Skip to content

Commit

Permalink
remove broken, deprecated nbextension enable from installation docs (#…
Browse files Browse the repository at this point in the history
…1200)

ipyleaflet package is no longer an nbextension, jupyter_leaflet is
  • Loading branch information
minrk authored May 29, 2024
1 parent a898890 commit ee2bdb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Using pip
.. code:: bash
pip install ipyleaflet
jupyter nbextension enable --py --sys-prefix ipyleaflet # can be skipped for notebook 5.3 and above
Using conda
-----------
Expand Down Expand Up @@ -37,8 +36,8 @@ For a development installation (requires yarn):
pip install -e .
# If you are developing on Jupyter Notebook
jupyter nbextension install --py --symlink --sys-prefix --overwrite ipyleaflet
jupyter nbextension enable --py --sys-prefix --overwrite ipyleaflet
jupyter nbextension install --py --symlink --sys-prefix --overwrite jupyter_leaflet
jupyter nbextension enable --py --sys-prefix jupyter_leaflet
# If you are developing on JupyterLab
jupyter labextension develop . --overwrite
Expand Down

0 comments on commit ee2bdb1

Please sign in to comment.