jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.49k stars 365 forks source link

remove broken, deprecated nbextension enable from installation docs #1200

Closed minrk closed 4 months ago

minrk commented 4 months ago

install docs still suggest

jupyter nbextension enable --py --sys-prefix ipyleaflet

which doesn't work anymore because nbextension methods moved to jupyter_leaflet without deprecation in #1189. It's unclear from #1189 whether breaking the nbextension name was intentional.

xref #1195