Skip to content

Commit e5b95c8

Browse files
committed
add directory change to env setup so files can be accessed on google colab within nbs
1 parent f713fdf commit e5b95c8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/projects/dendritic_coupling.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"except:\n",
4545
" !git clone https://github.com/AllenInstitute/openscope_databook.git\n",
4646
" %cd openscope_databook\n",
47-
" %pip install -e ."
47+
" %pip install -e .\n",
48+
" %cd docs/projects"
4849
]
4950
},
5051
{

docs/projects/glo.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"except:\n",
4545
" !git clone https://github.com/AllenInstitute/openscope_databook.git\n",
4646
" %cd openscope_databook\n",
47-
" %pip install -e ."
47+
" %pip install -e .\n",
48+
" %cd docs/projects"
4849
]
4950
},
5051
{

docs/projects/illusion.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"except:\n",
4444
" !git clone https://github.com/AllenInstitute/openscope_databook.git\n",
4545
" %cd openscope_databook\n",
46-
" %pip install -e ."
46+
" %pip install -e .\n",
47+
" %cd docs/projects"
4748
]
4849
},
4950
{

0 commit comments

Comments
 (0)