ipywidgets :: Widget Javascript not detected :: Best way to fix it?

3,650 views
Skip to first unread message

Paul A

unread,
Aug 18, 2016, 11:17:43 AM8/18/16
to Project Jupyter
Widget Javascript not detected. It may not be installed properly. Did you enable the widgetsnbextension? If not, then run "jupyter nbextension enable --py --sys-prefix widgetsnbextension"




jupyter-client==4.2.2
jupyter
-kernel-gateway==0.5.1
ipykernel
==4.4.1
ipython
==4.2.1
ipython
-genutils==0.1.0
ipywidgets
==5.1.5


Rerunning the suggested command and restarting jupyter does not fix it:

Unrecognized JSON config file version, assuming version 1
Enabling notebook extension jupyter-js-widgets/extension...
- Validating: problems found:
 
- require? X jupyter-js-widgets/extension





Paul A

unread,
Aug 18, 2016, 11:20:39 AM8/18/16
to Project Jupyter

Sylvain Corlay

unread,
Aug 18, 2016, 11:23:36 AM8/18/16
to jup...@googlegroups.com
Hi Paul,

Since you mentioned conda in issue you refer too, I recommend that you use our conda package on the conda-forge channel.

```
conda install -c conda-forge ipywidgets
```

Thanks,

Sylvain

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/2e2ab377-29e5-4e8c-add0-1ec3553e94a6%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Paul A

unread,
Aug 18, 2016, 11:54:46 AM8/18/16
to Project Jupyter
Actually, I don't use conda, just pip.


On Thursday, August 18, 2016 at 4:23:36 PM UTC+1, Sylvain Corlay wrote:
Hi Paul,

Since you mentioned conda in issue you refer too, I recommend that you use our conda package on the conda-forge channel.

```
conda install -c conda-forge ipywidgets
```

Thanks,

Sylvain
On Thu, Aug 18, 2016 at 5:20 PM, Paul A <rootsum...@gmail.com> wrote:
https://github.com/conda/conda/issues/2551 doesn't really help...

On Thursday, August 18, 2016 at 4:17:43 PM UTC+1, Paul A wrote:
Widget Javascript not detected. It may not be installed properly. Did you enable the widgetsnbextension? If not, then run "jupyter nbextension enable --py --sys-prefix widgetsnbextension"




jupyter-client==4.2.2
jupyter
-kernel-gateway==0.5.1
ipykernel
==4.4.1
ipython
==4.2.1
ipython
-genutils==0.1.0
ipywidgets
==5.1.5


Rerunning the suggested command and restarting jupyter does not fix it:

Unrecognized JSON config file version, assuming version 1
Enabling notebook extension jupyter-js-widgets/extension...
- Validating: problems found:
 
- require? X jupyter-js-widgets/extension





--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.

To post to this group, send email to jup...@googlegroups.com.

Sylvain Corlay

unread,
Aug 18, 2016, 11:57:40 AM8/18/16
to jup...@googlegroups.com
Can you uninstall ipywidgets first

pip uninstall ipywidgets widgetsnbextension
pip install ipywidgets
jupyter nbextension enable --py --sys-prefix widgetsnbextension
Reply all
Reply to author
Forward
0 new messages