Latest release (5.1.3) doesn't work with Jupyter 4.2.0 (latest release)
See original GitHub issueWhen I open a notebook, I get this warning in the console:
loaded widgets
manager.js:115 Could not cross validate the widget frontend and backend versions. Error: Timeout while trying to cross validate the widget frontend and backend versions.(…)
Subsequently, creating a widget fails
utils.js:785 Could not open comm -- Error: Class ipython.widget not found in registry
I installed the packages with Conda (IJulia automatically installs jupyter 4.2.0, then I did Conda.add("ipywidgets")
)
How do I go about fixing this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Jupyter Notebook 5.1.0 documentation - Read the Docs
This is the first major release of the Jupyter Notebook since version 4.0 was ... Files in the dashboard may now be sorted...
Read more >Jupyter Notebook Documentation - Read the Docs
Jupyter Notebook Documentation, Release 6.5.2. 1.9 Browser Compatibility. The Jupyter Notebook aims to support the latest versions of these ...
Read more >Mime type rendering requires nbformat>=4.2.0 but it is not ...
BTW, I have upgraded my jupyter. import plotly.express as px import numpy as np df = px.data.gapminder().query ...
Read more >Release notes — Anaconda Platform 5.6.0 documentation
If you are experiencing issues using Anaconda Enterprise, ... The version is the same as the original deployment versus changing to latest. Corrected...
Read more >JupyterLab 3.3.0 is released! - Jupyter Community Forum
JupyterLab 3.3.0 Release Here are the new cool features available in JupyterLab ... Kernel sources Open URLs Progess indicators Notebook Ta…
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
Closing. We addressed these issues in the two hangouts with @shashi and @ViralBShah .
I found this: https://github.com/ipython/ipywidgets/wiki/ipywidgets-5.0-Release-Document
Will try to fix up things