File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,8 @@ 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- ```
44+ An development installation guide, can be found [ here] ( https://ipycanvas.readthedocs.io/en/latest/installation.html#development-installation )
45+
5846## Examples
5947
6048### Create John Conway's Game Of Life
You can’t perform that action at this time.
0 commit comments