From 1c056ebb6f287b92dff5a66bde10d2dc26add18c Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Fri, 9 Feb 2024 14:16:33 -0500 Subject: [PATCH] Notebooks advice in readme: don't tell users to cd all the way into notebooks dir before launching jupyter, to avoid breakage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 719000906..1deeef8b6 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ Create a working directory called `caiman_data` that includes code samples and r ### Step 3: Try out a demo notebook Go into the working directory you created in Step 2, and open a Jupyter notebook: - cd /caiman_data/demos/notebooks + cd /caiman_data/ jupyter notebook -Jupyter will open. Click on `demo_pipeline.ipynb` to get started with a demo! +Jupyter will open. Navigate to demos/notebooks/ and click on `demo_pipeline.ipynb` to get started with a demo. > Note that what counts as `` in the first line depends on your OS/computer. Be sure to fill in your actual home directory. On Linux/Mac it is `~` while on Windows it will be something like `C:\Users\your_user_name\`