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.
2 parents 4d2f2fa + ddf0a47 commit 35d2c13Copy full SHA for 35d2c13
README.md
@@ -16,10 +16,19 @@ Using pip:
16
17
```bash
18
pip install pythreejs
19
+```
20
+
21
+And then install the extension for jupyter notebooks
22
23
jupyter nbextension install --py --symlink --sys-prefix pythreejs
24
jupyter nbextension enable --py --sys-prefix pythreejs
25
```
26
27
+Or for jupyter lab:
28
29
+jupyter labextension install jupyter-threejs
30
31
32
Note for developers: the `--symlink` argument on Linux or OS X allows one to
33
modify the JavaScript code in-place. This feature is not available
34
with Windows.
0 commit comments