Issue with @jupyter-widgets/jupyterlab-manager not updating
See original GitHub issueWhen I run jupyter labextension update --all
it always tells me No compatible version found for @jupyter-widgets/jupyterlab-manager!
. I recently updated jupyter lab from v2.x to 3.0.16. Is this extension a leftover that is no longer needed? what steps should I use to troubleshoot this issue further?
jupyter labextension update --all
Extension 'plotlywidget' already up to date
Extension 'jupyterlab-dash' already up to date
Extension 'jupyterlab-tabular-data-editor' already up to date
Extension 'jupyterlab-plotly' already up to date
Extension 'nbdime-jupyterlab' already up to date
No compatible version found for @jupyter-widgets/jupyterlab-manager!
Extension '@ryantam626/jupyterlab_code_formatter' already up to date
jupyter labextension list
JupyterLab v3.0.16
/opt/tljh/user/share/jupyter/labextensions
jupyterlab-execute-time v2.0.4 enabled OK (python, jupyterlab_execute_time)
nbdime-jupyterlab v2.1.0 enabled OK
jupyter-matplotlib v0.9.0 enabled OK
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
@jupyterlab/server-proxy v3.0.2 enabled OK
@jupyterlab/git v0.30.1 enabled OK (python, jupyterlab-git)
@voila-dashboards/jupyterlab-preview v2.0.2 enabled OK (python, voila)
@ryantam626/jupyterlab_code_formatter v1.4.10 enabled OK (python, jupyterlab-code-formatter)
Other labextensions (built into JupyterLab)
app dir: /opt/tljh/user/share/jupyter/lab
jupyterlab-dash v0.4.0 enabled OK
jupyterlab-plotly v4.14.3 enabled OK
jupyterlab-tabular-data-editor v1.0.0 enabled OK
plotlywidget v4.14.3 enabled OK
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Update the Installed Widgets - jupyter lab
I had a similar problem which I could solve by typing the following command: jupyter labextension update --all. With
Read more >ipywidgets JupyterLab extension - Read the Docs
No information is available for this page.
Read more >Jupyter Lab ipywidgets no longer work with ipympl?
Projects in virtualenvs that have not been recently updated in this way continue to work fine, and updating them reliably makes them stop...
Read more >Jupyter Widgets JupyterLab Extension - PyPI
Version compatibility · For JupyterLab 0.30, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.31 · For JupyterLab 0.31rc1, use jupyter ...
Read more >@jupyter-widgets/jupyterlab-manager - npm
The JupyterLab extension providing Jupyter widgets.. Latest version: 5.0.5, last published: 16 hours ago. Start using @jupyter-widgets/jupyterlab-manager in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I would also recommend creating a new conda environment.
Would uninstalling and reinstalling ipywidgets be helpful?