You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot uninstall by neither "pip uninstall" and "jupyter labextension uninstall".
When I try "jupyter labextension uninstall" it gave the error:
JupyterLab cannot uninstall jupyterlab-hide-code since it was installed outside of JupyterLab. Use the same method used to install this extension to uninstall this extension.
The text was updated successfully, but these errors were encountered:
It may be that you'll need to delete the symbolic link jupyter labextension develop creates directly (at share/jupyter/labextensions/your-extension-name)
Perhaps there should be a corresponding develop command to delete a symbolic link.
It may be that you'll need to delete the symbolic link jupyter labextension develop creates directly (at share/jupyter/labextensions/your-extension-name)
Perhaps there should be a corresponding develop command to delete a symbolic link.
Thanks. The pip uninstall only the python package. Yes, it will be nice to have a command to delete the symbolic link.
When I develop the extension and install it by:
jupyter labextension develop --overwrite .
I cannot uninstall by neither "pip uninstall" and "jupyter labextension uninstall".
When I try "jupyter labextension uninstall" it gave the error:
The text was updated successfully, but these errors were encountered: