Skip to content

Commit

Permalink
Notebooks advice in readme: don't tell users to cd all the way into n…
Browse files Browse the repository at this point in the history
…otebooks dir before launching jupyter, to avoid breakage
  • Loading branch information
pgunn committed Feb 9, 2024
1 parent 1c1167c commit 1c056eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your home>/caiman_data/demos/notebooks
cd <your home>/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 `<your home>` 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\`
Expand Down

0 comments on commit 1c056eb

Please sign in to comment.