diff --git a/notebooks/cnmfe.ipynb b/notebooks/cnmfe.ipynb index adf097f..2799bf2 100644 --- a/notebooks/cnmfe.ipynb +++ b/notebooks/cnmfe.ipynb @@ -199,7 +199,7 @@ "# create a new batch\n", "df = mc.create_batch(batch_path)\n", "# to load existing batches use `load_batch()`\n", - "# df = load_batch(batch_path)" + "# df = mc.load_batch(batch_path)" ] }, { @@ -1282,7 +1282,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.2" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/notebooks/mcorr_cnmf.ipynb b/notebooks/mcorr_cnmf.ipynb index 65cd566..5cc144b 100644 --- a/notebooks/mcorr_cnmf.ipynb +++ b/notebooks/mcorr_cnmf.ipynb @@ -190,7 +190,7 @@ "df = mc.create_batch(batch_path)\n", "\n", "# to load existing batches use `load_batch()`\n", - "# df = load_batch(batch_path)" + "# df = mc.load_batch(batch_path)" ] }, { @@ -1840,7 +1840,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.2" + "version": "3.11.3" } }, "nbformat": 4,