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+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.
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:
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:
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.
pip uninstall ipywidgets widgetsnbextension
pip install ipywidgets
jupyter nbextension enable --py --sys-prefix widgetsnbextension