Skip to content

Commit 21fde13

Browse files
committed
Complete demo notebooks
1 parent 5d57ff2 commit 21fde13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

notebooks/demo_prepare.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"### Demo Preparation Notebook\n",
88
"\n",
9-
"**Please Note**: This notebook and demo are NOT intended to be used as learning materials. To gain\n",
9+
"**Please Note**: This notebook (`demo_prepare.ipynb`) and `demo_run.ipynb` are **NOT** intended to be used as learning materials. To gain\n",
1010
"a thorough understanding of the DataJoint workflow for extracellular electrophysiology, please\n",
1111
"see the [`tutorial`](./tutorial.ipynb) notebook."
1212
]
@@ -20,7 +20,7 @@
2020
"# Runs in about 45s\n",
2121
"import datajoint as dj\n",
2222
"import datetime\n",
23-
"from tutorial.pipeline import subject, session, probe, ephys\n",
23+
"from tutorial_pipeline import subject, session, probe, ephys\n",
2424
"from element_array_ephys import ephys_report"
2525
]
2626
},
@@ -211,7 +211,7 @@
211211
"name": "python",
212212
"nbconvert_exporter": "python",
213213
"pygments_lexer": "ipython3",
214-
"version": "3.9.16"
214+
"version": "3.9.17"
215215
},
216216
"orig_nbformat": 4,
217217
"vscode": {

notebooks/demo_run.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputs": [],
2727
"source": [
2828
"import datajoint as dj\n",
29-
"from tutorial.pipeline import subject, session, probe, ephys\n",
29+
"from tutorial_pipeline import subject, session, probe, ephys\n",
3030
"from element_array_ephys.plotting.widget import main"
3131
]
3232
},
@@ -94,7 +94,7 @@
9494
"name": "python",
9595
"nbconvert_exporter": "python",
9696
"pygments_lexer": "ipython3",
97-
"version": "3.9.16"
97+
"version": "3.9.17"
9898
},
9999
"orig_nbformat": 4,
100100
"vscode": {

0 commit comments

Comments
 (0)