diff --git a/Jupyter/.ipynb_checkpoints/spatiotemporal-colab-checkpoint.ipynb b/Jupyter/.ipynb_checkpoints/spatiotemporal-colab-checkpoint.ipynb index d932cb73b..0f586d4d1 100644 --- a/Jupyter/.ipynb_checkpoints/spatiotemporal-colab-checkpoint.ipynb +++ b/Jupyter/.ipynb_checkpoints/spatiotemporal-colab-checkpoint.ipynb @@ -70,7 +70,9 @@ "!add-apt-repository -y ppa:salilab/ppa\n", "!apt install imp\n", "import sys, os, glob\n", - "sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))" + "sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))\n", + "!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n", + "os.chdir('IMP_Spatiotemporal_tutorial/Jupyter/')" ] }, { diff --git a/Jupyter/spatiotemporal-colab.ipynb b/Jupyter/spatiotemporal-colab.ipynb index d932cb73b..0f586d4d1 100644 --- a/Jupyter/spatiotemporal-colab.ipynb +++ b/Jupyter/spatiotemporal-colab.ipynb @@ -70,7 +70,9 @@ "!add-apt-repository -y ppa:salilab/ppa\n", "!apt install imp\n", "import sys, os, glob\n", - "sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))" + "sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))\n", + "!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n", + "os.chdir('IMP_Spatiotemporal_tutorial/Jupyter/')" ] }, {