ipyleaflet
ipyleaflet copied to clipboard
pip uninstall doesn't remove the labextension js bundle
if I do pip uninstall ipyleaflet I would expect that my share/jupyter/labextensions/jupyter-leaflet folder is also removed, but that doesn't happen.
To fully uninstall it I need to pip uninstall ipyleaflet and pip uninstall jupyter-leaflet...
This might cause version conflicts...