I'm trying to create a Popup widget in Jupyter as described in this vid:
from IPython.html import widgets
which gives the following warning:
ShimWarning: The
IPython.html
package has been deprecated. You should import fromnotebook
instead.IPython.html.widgets
has moved toipywidgets
. "IPython.html.widgets
has moved toipywidgets
."
However, ipywidgets
doesn't have a popup widget and there is nothing in its docs. (By the way, IPython.html.widgets
doesn't have a popup widget either)
How can I create a popup widget in jupyter?
Versions:
Jupyter 1.0.0
IPython 5.1.0