Skip to content

Commit 2bbafe8

Browse files
authored
Added development installation guide
1 parent de4eb37 commit 2bbafe8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ conda install -c conda-forge nodejs
4141
jupyter 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

0 commit comments

Comments
 (0)