Error displaying widget - jupyterlab
See original GitHub issueRunning latest conda, ipyvolume and jupyterlab, installed the ipywidgets extension:
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Widgets run on their own within jupyterlab; ipyvolume works with jupyter notebook. However, any call to ipyvolume gives the following error: Error displaying widget
Does anyone know how to make ipyvolume work properly with this setup - particularly in jupyterlab?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top Results From Across the Web
Error displaying widget; model not found: 5 Fixes
In this article, we're talking about the “Error displaying widget: model not found” problem when using Jupyter Labs in Python.
Read more >'Error displaying widget' on jupyterlab using jupyterhub #2514
I am getting the "Error displaying widget" error as shown in screenshot below. The error in chrome Javascript console is as shown below....
Read more >Jupyter-matplotlib: Error displaying widget: model not found
I'm trying to install jupyter-matplotlib extension but can't make it work in a jupyterlab instance.
Read more >Error displaying widget: model not found -- how to fix this?
'Error displaying widget: model not found'. I tryed in jupyterlab2.x. It works. Does anyone knows how to fixed this problem.It will be very ......
Read more >Issue with stackview inside JupyterLab - "Error displaying widget
can you share the code you ran before [14] ? I presume you may have executed pip install stackview . After installing stackview...
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 Free
Top 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
I think it does not, and that should be corrected! Thanks for opening this issue.
Hi Philipp ,
did you run:
jupyter labextension install ipyvolume
?cheers.
Maarten