如何在另一个 jupyter notebook 中导入另一个 jupyter notebook 的功能?

How to import functions of another jupyter notebook inside another jupyter notebook?

我编写了一个具有不同功能的 python 脚本,现在我想将这些功能导入到另一个文件中。有人知道怎么做吗?

您可以使用以下命令执行此操作:

 %run your_file.ipynb