jupyter labextension uninstall deletes federated extensions #9230
Labels
status:resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
Milestone
Description
jupyter labextension uninstall
deletes federated extensions, but federated extensions should not be managed byjupyter labextension
, since they are managed by other package managers.Reproduce
This installs the new federated extension for ipywidgets. We can see it in
We can uninstall it with
Expected behavior
I expect
jupyter labextension list
to distinguish between federated and non-federated extensions, i.e., extensions installed bylabextension
and those that are not.I expect
jupyter labextension uninstall
to not uninstall federated extensions, since it is not responsible for managing their files and cannot install them. Essentially, by uninstalling by removing the appropriate share directory, you are deleting files installed by a python package without uninstalling the python package, messing things up.Context
The text was updated successfully, but these errors were encountered: