Skip to content

Commit 7073d46

Browse files
committed
- fixed local import for colab
1 parent 961e9b6 commit 7073d46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

AURORA/tutorial.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
"metadata": {},
7373
"outputs": [],
7474
"source": [
75-
"# ! cd tutorials/AURORA"
75+
"# make files from the repo available in colab\n",
76+
"import sys\n",
77+
"COLAB_BASE_PATH = '/content/tutorials/AURORA/'\n",
78+
"sys.path.insert(0,COLAB_BASE_PATH)"
7679
]
7780
},
7881
{

0 commit comments

Comments
 (0)