Skip to content

Commit ee2bdb1

Browse files
authored
remove broken, deprecated nbextension enable from installation docs (#1200)
ipyleaflet package is no longer an nbextension, jupyter_leaflet is
1 parent a898890 commit ee2bdb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Using pip
77
.. code:: bash
88
99
pip install ipyleaflet
10-
jupyter nbextension enable --py --sys-prefix ipyleaflet # can be skipped for notebook 5.3 and above
1110
1211
Using conda
1312
-----------
@@ -37,8 +36,8 @@ For a development installation (requires yarn):
3736
pip install -e .
3837
3938
# 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
4241
4342
# If you are developing on JupyterLab
4443
jupyter labextension develop . --overwrite

0 commit comments

Comments
 (0)