Widget Javascript not detected v5.2.2
See original GitHub issueI’m running ipywidgets 5.2.2 on Windows, Python 3.6, and:
- Jupyter 1.0.0
- Jupyter_client 5.0.1
- Jupyter_console 5.1.0
- Jupyter_core 4.3.0
and encounter this issue:
[IPKernelApp] WARNING | Widget Javascript not detected. It may not be installed
properly. Did you enable the widgetsnbextension? If not, then run "jupyter nbex
tension enable --py --sys-prefix widgetsnbextension"
Also Widgets are not shown in the Notebook.
Running jupyter nbextension enable --py --sys-prefix widgetsnbextension doesn’t solve the issue.
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Widget Javascript not detected · Issue #541 - GitHub
After the update from ipywidgets (5.1.0) and widgetsnbextension (1.1.0) an error occurr with my Jupyter notebooks: [IPKernelApp] WARNING ...
Read more >Jupyter notebook: Widget Javascript not detected
When I try to run the widget it gives error that there is no javascript widget. I have python3 and R kernels installed...
Read more >Progress bar — mpire 2.3.0 documentation - GitHub Pages
You will notice a Widget Javascript not detected error message in your notebook if so. To remedy this, enable the widget by executing...
Read more >ipywidgets :: Widget Javascript not detected :: Best way to fix it?
Widget Javascript not detected. It may not be installed properly. Did you enable the widgetsnbextension? If not, then run "jupyter ...
Read more >Issue with stackview inside JupyterLab - "Error displaying widget
I installed stackview from cmd and restarting everything did not help. The code itself is rather short: from skimage.io import imread import ...
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

Can you either:
@jasongrout I got it working by upgrading to 6 or 7. Thank you! This issue can be closed.