Changes between Version 6 and Version 15 of Ticket #31278
- Timestamp:
- Feb 5, 2021, 4:02:29 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31278
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Summary
changed from
ipywidgets should not depend on widgetsnbextension
towidgetsnbextension should not depend on notebook
-
Property
Priority
changed from
major
tocritical
-
Property
Branch
changed from
to
u/mkoeppe/ipywidgets-should-not-depend-on-widgetsnbextension
-
Property
Report Upstream
changed from
Workaround found; Bug reported upstream.
toFixed upstream, but not in a stable release.
-
Property
Commit
changed from
to
5141bc388f6834f68da8eb09bced2aa7c4641e83
-
Property
Status
changed from
-
Ticket #31278 – Description
v6 v15 1 This is actually an upstream issue in `ipywidgets` marked in the source code as a "TODO":2 https://github.com/jupyter-widgets/ipywidgets/blob/master/setup.py#L1153 4 1 This dependency pulls in a full installation of the Jupyter notebook. 5 2 {{{ … … 8 5 This is an obstacle to avoiding to build a copy of the jupyter notebook (connecting to a system jupyter notebook). 9 6 10 Upstream PR: https://github.com/jupyter-widgets/ipywidgets/pull/3080 7 The dependency is being removed in the widgetsnbextension 4.x series (currently alpha). We backport it to the stable release. 8