[Live-demo] [OSGeo] #1965: ipywidgets unresolved?
OSGeo
trac_osgeo at osgeo.org
Fri Jul 14 16:48:34 PDT 2017
#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.
More information about the Live-demo
mailing list