From 4db264058904f5f20d3ba8554fca86fc0642738c Mon Sep 17 00:00:00 2001 From: carsen-stringer Date: Mon, 28 Aug 2023 10:02:01 -0400 Subject: [PATCH] Update tutorial.ipynb --- notebooks/tutorial.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notebooks/tutorial.ipynb b/notebooks/tutorial.ipynb index 4e1166b..501947d 100644 --- a/notebooks/tutorial.ipynb +++ b/notebooks/tutorial.ipynb @@ -68,6 +68,8 @@ "%matplotlib inline \n", "# %matplotlib notebook # if you need to zoom into a figure, this is the \"interactive\" mode of IPython\n", "\n", + "from rastermap import utils, Rastermap\n", + "\n", "# download the spontaneous activity recording\n", "filename = utils.download_data(data_type=\"spont2\")\n", "\n",