Changes between Version 7 and Version 9 of Ticket #21256
- Timestamp:
- 08/16/16 12:57:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21256
-
Property
Commit
changed from
b37edb2e44e3abd770a440704f5e384746f0e8da
to3fcd5b34fe0fa44c9a88fd8c66e39bc61ceb1dc0
-
Property
Commit
changed from
-
Ticket #21256 – Description
v7 v9 1 1 There are two issues with `widgetsnbextension`: 2 2 3 1. It must be installed using `pip`. The typical `python setup.py install` does not work. This is fixed by #20218.3 1. It must be installed using `pip`. The typical `python setup.py install` does not work. See [https://github.com/ipython/ipywidgets/issues/718]. This is fixed by #20218. 4 4 5 5 2. We need to enable the `widgetsnbextension` for `ipywidgets` to actually work.