Skip to content

Commit

Permalink
Updating colab
Browse files Browse the repository at this point in the history
  • Loading branch information
alatham13 committed Nov 22, 2024
1 parent 5b125b8 commit e60f6d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/')"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion Jupyter/spatiotemporal-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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/')"
]
},
{
Expand Down

0 comments on commit e60f6d9

Please sign in to comment.