File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Using pip
7
7
.. code :: bash
8
8
9
9
pip install ipyleaflet
10
- jupyter nbextension enable --py --sys-prefix ipyleaflet # can be skipped for notebook 5.3 and above
11
10
12
11
Using conda
13
12
-----------
@@ -37,8 +36,8 @@ For a development installation (requires yarn):
37
36
pip install -e .
38
37
39
38
# If you are developing on Jupyter Notebook
40
- jupyter nbextension install --py --symlink --sys-prefix --overwrite ipyleaflet
41
- jupyter nbextension enable --py --sys-prefix --overwrite ipyleaflet
39
+ jupyter nbextension install --py --symlink --sys-prefix --overwrite jupyter_leaflet
40
+ jupyter nbextension enable --py --sys-prefix jupyter_leaflet
42
41
43
42
# If you are developing on JupyterLab
44
43
jupyter labextension develop . --overwrite
You can’t perform that action at this time.
0 commit comments