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
This is just a heads up for the following jupyter labextension install deprecation warning I got when adding pyvipr to JupyterLab 4.0.1:
(Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.
Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages
I got the warning for both commands:
jupyter labextension install @jupyter-widgets/jupyterlab-manager
and jupyter labextension install pyvipr
The text was updated successfully, but these errors were encountered:
Hi,
This is just a heads up for the following
jupyter labextension install
deprecation warning I got when adding pyvipr to JupyterLab 4.0.1:I got the warning for both commands:
jupyter labextension install @jupyter-widgets/jupyterlab-manager
and
jupyter labextension install pyvipr
The text was updated successfully, but these errors were encountered: