##// END OF EJS Templates
Merge pull request #9967 from user5061/master...
Matthias Bussonnier -
r22910:4fd45e58 merge
parent child Browse files
Show More
@@ -11,7 +11,8 b' Upgrading Notebooks'
11 "Widget" suffix was removed from the end of the class name. i.e.
11 "Widget" suffix was removed from the end of the class name. i.e.
12 ``ButtonWidget`` is now ``Button``.
12 ``ButtonWidget`` is now ``Button``.
13 3. ``ContainerWidget`` was renamed to ``Box``.
13 3. ``ContainerWidget`` was renamed to ``Box``.
14 4. ``PopupWidget`` was removed from IPython. If you use the
14 4. ``PopupWidget`` was removed from IPython, because bootstrapjs was
15 problematic (creates global variables, etc.). If you use the
15 ``PopupWidget``, try using a ``Box`` widget instead. If your notebook
16 ``PopupWidget``, try using a ``Box`` widget instead. If your notebook
16 can't live without the popup functionality, subclass the ``Box``
17 can't live without the popup functionality, subclass the ``Box``
17 widget (both in Python and JS) and use JQuery UI's ``draggable()``
18 widget (both in Python and JS) and use JQuery UI's ``draggable()``
General Comments 0
You need to be logged in to leave comments. Login now