Skip to content

Commit 35d2c13

Browse files
authored
Merge pull request #270 from ataiya/patch-1
Improved extension install instructions for lab vs. notebook
2 parents 4d2f2fa + ddf0a47 commit 35d2c13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ Using pip:
1616

1717
```bash
1818
pip install pythreejs
19+
```
20+
21+
And then install the extension for jupyter notebooks
22+
```
1923
jupyter nbextension install --py --symlink --sys-prefix pythreejs
2024
jupyter nbextension enable --py --sys-prefix pythreejs
2125
```
2226

27+
Or for jupyter lab:
28+
```
29+
jupyter labextension install jupyter-threejs
30+
```
31+
2332
Note for developers: the `--symlink` argument on Linux or OS X allows one to
2433
modify the JavaScript code in-place. This feature is not available
2534
with Windows.

0 commit comments

Comments
 (0)