Skip to content

Commit

Permalink
Complete demo notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 26, 2023
1 parent 5d57ff2 commit 21fde13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions notebooks/demo_prepare.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"### Demo Preparation Notebook\n",
"\n",
"**Please Note**: This notebook and demo are NOT intended to be used as learning materials. To gain\n",
"**Please Note**: This notebook (`demo_prepare.ipynb`) and `demo_run.ipynb` are **NOT** intended to be used as learning materials. To gain\n",
"a thorough understanding of the DataJoint workflow for extracellular electrophysiology, please\n",
"see the [`tutorial`](./tutorial.ipynb) notebook."
]
Expand All @@ -20,7 +20,7 @@
"# Runs in about 45s\n",
"import datajoint as dj\n",
"import datetime\n",
"from tutorial.pipeline import subject, session, probe, ephys\n",
"from tutorial_pipeline import subject, session, probe, ephys\n",
"from element_array_ephys import ephys_report"
]
},
Expand Down Expand Up @@ -211,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.17"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/demo_run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"outputs": [],
"source": [
"import datajoint as dj\n",
"from tutorial.pipeline import subject, session, probe, ephys\n",
"from tutorial_pipeline import subject, session, probe, ephys\n",
"from element_array_ephys.plotting.widget import main"
]
},
Expand Down Expand Up @@ -94,7 +94,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.17"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit 21fde13

Please sign in to comment.