#1965: ipywidgets unresolved?
-----------------------+-----------------------------
 Reporter:  darkblueb  |      Owner:  live-demo@…
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:  OSGeoLive11.0
Component:  LiveDVD    |   Keywords:  jupyter, python
-----------------------+-----------------------------
 the current collection of components for **ipython** and **Jupyter** is a
 mix of newer and older.

 Therefore, not all the features of Jupyter Notebook interaction are
 expected to work perfectly. Notebook interaction is (mostly) replaced by
 **JupyterLab** in the future.

 But what we ship should be consistant. This test is failing.

 {{{
 from ipywidgets import IntSlider
 from IPython.display import display
 slider = IntSlider(min=1, max=10)
 display(slider)
  -
 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"
 }}}

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1965>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
_______________________________________________
Live-demo mailing list
Live-demo@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/live-demo
http://live.osgeo.org
http://wiki.osgeo.org/wiki/Live_GIS_Disc

Reply via email to