Skip to content

Commit

Permalink
add dir in notebook bootup
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 13, 2025
1 parent 2bed141 commit e3280cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please follow the link below to download a folder containing all Jupyter noteboo
To open a notebook, first start a Terminal (or Command Prompt) session in the same directory as above. Then run the following command

```
julia --project="." -e "using IJulia; notebook();"
julia --project="." -e "using IJulia; notebook(dir = pwd());"
```

> **_NOTE_:**
Expand Down

0 comments on commit e3280cc

Please sign in to comment.