Skip to content

Commit 2630413

Browse files
committed
Update installation instructions
1 parent 170ec1a commit 2630413

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager
4040
jupyter labextension install .
4141
```
4242

43-
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
44-
the nbextension:
43+
And you use the classical Jupyter:
44+
4545
```bash
46-
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipycanvas
46+
jupyter nbextension install --py --symlink --sys-prefix ipycanvas
47+
jupyter nbextension enable --py --sys-prefix ipycanvas
4748
```

0 commit comments

Comments
 (0)