Skip to content

Commit

Permalink
update nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Nov 5, 2023
1 parent fdf8aba commit e79a1b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/cnmfe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down Expand Up @@ -1282,7 +1282,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/mcorr_cnmf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down Expand Up @@ -1840,7 +1840,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e79a1b6

Please sign in to comment.