Skip to content

Commit 8443216

Browse files
authored
Change to jupyter lab (#57)
1 parent 821a23b commit 8443216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/writing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ They are also a good fit for literate programming, where lines of code are inter
151151

152152
The most well-known notebook ecosystem is [Jupyter](https://jupyter.org/), which supports **Ju**lia, **Pyt**hon and **R** as its three core languages.
153153
To use it with Julia, you will need to install the **[IJulia.jl](https://github.com/JuliaLang/IJulia.jl)** backend.
154-
Then, if you have also installed Jupyter, you can run this command to launch the server:
154+
Then, if you have also [installed Jupyter](https://jupyter.org/install) with `pip install jupyterlab` (jupyterlab>=4.0 is recommended, previous versions could have performance issues), you can run this command to launch the server:
155155

156156
```bash
157-
jupyter notebook
157+
jupyter lab
158158
```
159159

160160
If you only have IJulia.jl on your system, you can run this snippet instead:

0 commit comments

Comments
 (0)