diff --git a/notebooks/demo_prepare.ipynb b/notebooks/demo_prepare.ipynb index 3ed4d443..74057ba4 100644 --- a/notebooks/demo_prepare.ipynb +++ b/notebooks/demo_prepare.ipynb @@ -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." ] @@ -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" ] }, @@ -211,7 +211,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.9.17" }, "orig_nbformat": 4, "vscode": { diff --git a/notebooks/demo_run.ipynb b/notebooks/demo_run.ipynb index 1e831e0c..348a3c43 100644 --- a/notebooks/demo_run.ipynb +++ b/notebooks/demo_run.ipynb @@ -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" ] }, @@ -94,7 +94,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.9.17" }, "orig_nbformat": 4, "vscode": {