%%capture %run "../Untitled Folder 3/2nn.ipynb"
%%capture 抑制输出%run "../Untitled Folder 3/2nn.ipynb" 应该是在当前文件中执行这个文件 然后这个文件中的所有东西就相当于复制过来一份了的意思吧。
jupyter notebook中导入其他ipynb文件中的代码
原文:https://www.cnblogs.com/weiwuxian/p/11420826.html