File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Migrating custom widget libraries
2
2
=================================
3
3
4
- These are migration guides aimed specifically at developers of third-party
4
+ These are migration guides specifically for developers of third-party
5
5
widgets.
6
6
7
7
Migrating from 7.x to 8.0
Original file line number Diff line number Diff line change 1
1
Migrating user code
2
2
===================
3
3
4
- These are migration guides aimed specifically at user of ipywidgets.
4
+ These are migration guides specifically for ipywidgets users .
5
5
6
6
Migrating from 7.x to 8.0
7
7
-------------------------
@@ -85,6 +85,7 @@ attribute `data-jupyter-widgets-cdn` on the HTML manager script tag. See
85
85
86
86
#### widgetsnbextension
87
87
88
- The ` widgetsnbextension ` package is no longer a dependency of ` ipywidgets ` . Consequently,
89
- neither is the ` notebook ` package. If you need to keep ` notebook ` and widget support for it
90
- you will need to ensure they are explicitly stated in any environment bootstrapping.
88
+ The ` notebook ` package is no longer a dependency of the ` widgetsnbextension `
89
+ package (therefore ` notebook ` is no longer a dependency of ` ipywidgets ` ). If you
90
+ need to install ` notebook ` with ` ipywidgets ` , you will need to install
91
+ ` notebook ` explicitly.
You can’t perform that action at this time.
0 commit comments