Skip to content

Commit

Permalink
add note about jupyter install
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 11, 2025
1 parent 91218e4 commit 9d25792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ To open a notebook, first start a Terminal (or Command Prompt) session in the sa
julia --project="." -e "using IJulia; notebook();"
```

> **_NOTE_:**
> The first time that you run this command `IJulia` will ask you if you want it to install `Jupyter`, please confirm this to proceed.
This will start a local Jupyter server on your browser. On this new Jupyter tab that will open, navigate to your directory in the `/notebooks/` folder and choose a notebook to open. All notebook files have the `.ipynb` extension.

0 comments on commit 9d25792

Please sign in to comment.