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

Commit

Permalink
Extend jupyterlab extension build instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 21, 2020
1 parent ab6c541 commit e236da4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ Then install the JupyterLab extension in development mode:
```
$ jupyter labextension link extensions/jupyterlab
```

For release, build the JupyterLab extension to bundle with the Python package:

```
$ python setup.py build_js
```

0 comments on commit e236da4

Please sign in to comment.