We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0da3d4 commit 331e0d8Copy full SHA for 331e0d8
README.md
@@ -13,7 +13,7 @@ Using pip:
13
14
```
15
pip install pythreejs
16
-jupyter nbextension enable --py pythreejs
+jupyter nbextension enable --py --sys-prefix pythreejs
17
18
19
Using conda
@@ -28,8 +28,8 @@ For a development installation (requires npm):
28
$ git clone https://github.com/jovyan/pythreejs.git
29
$ cd pythreejs
30
$ pip install -e .
31
-$ jupyter nbextension install --py --symlink --user pythreejs
32
-$ jupyter nbextension enable --py --user pythreejs
+$ jupyter nbextension install --py --symlink --sys-prefix pythreejs
+$ jupyter nbextension enable --py --sys-prefix pythreejs
33
34
35
Note for developers: the `--symlink` argument on Linux or OS X allows one to
0 commit comments