我试图找到一种方法来解决Google Colab上的以下问题。问题是
我的代码如下:(这些代码写在“ loader.ipynb”中
# Download tar.gz file from the website
!wget http://deeplearning.cs.cmu.edu/S20/document/recitation/recitation0a.tar.gz
# Unzip the tar.gz file
!tar -xvf recitation0a.tar.gz
# Change the directory to run and read every file in the folder
%cd recitation0a/
%run recitation.ipynb
但是,“ run”命令实际上运行程序,而不是将recitation.ipynb中的每个单元格添加到loader.ipynb中。我很好奇是否有任何方法可以将recitationn.ipynb中的每个单元格复制并粘贴到loader.ipynb