File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,15 @@ For a development installation (requires npm):
4949 jupyter nbextension enable --py --sys-prefix ipycanvas
5050
5151 # If you are developing on JupyterLab
52- jupyter labextension install @jupyter-widgets/jupyterlab-manager .
52+ jupyter labextension develop . --overwrite
53+ jlpm run build
54+
55+ If you use JupyterLab to develop then you can watch the source directory and run JupyterLab at the same time in different
56+ terminals to watch for changes in the extension's source and automatically rebuild the extension.
57+
58+ .. code :: bash
59+
60+ # Watch the source directory in one terminal, automatically rebuilding when needed
61+ jlpm run watch
62+ # Run JupyterLab in another terminal
63+ jupyter lab
You can’t perform that action at this time.
0 commit comments