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 <[email protected]> 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/2e2ab377-29e5-4e8c-add0-1ec3553e94a6%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/2e2ab377-29e5-4e8c-add0-1ec3553e94a6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAK%3DPhk5q3CwN%3D3O1HNm4zNktGnchT-8HVWAJJV_HUFV6D0KTWg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
