Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit e236da4

Browse files
committed
Extend jupyterlab extension build instructions in README
1 parent ab6c541 commit e236da4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ Then install the JupyterLab extension in development mode:
6666
```
6767
$ jupyter labextension link extensions/jupyterlab
6868
```
69+
70+
For release, build the JupyterLab extension to bundle with the Python package:
71+
72+
```
73+
$ python setup.py build_js
74+
```

0 commit comments

Comments
 (0)