File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,20 @@ conda install -c conda-forge nodejs
4141jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
4242```
4343
44+ ## For a development installation (requires npm)
45+ ``` bash
46+ $git clone https://github.com/martinRenou/ipycanvas
47+ $ cd ipycanvas
48+ $ pip install -e .
49+ $ jupyter nbextension install --py --symlink --sys-prefix ipycanvas
50+ $ jupyter nbextension enable --py --sys-prefix ipycanvas
51+ $ jupyter labextension install @jupyter-widgets/jupyterlab-manager
52+ $ jupyter labextension install js
53+ ```
54+ When actively developing your extension, build Jupyter Lab with the command:
55+ ``` bash
56+ $ jupyter lab --watch
57+ ```
4458## Examples
4559
4660### Create John Conway's Game Of Life
You can’t perform that action at this time.
0 commit comments