Skip to content

Commit c0c152d

Browse files
committed
Fix user migration guide: widgetsnbextension no longer requires notebook.
1 parent 04bac14 commit c0c152d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/source/migration_guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Migrating custom widget libraries
22
=================================
33

4-
These are migration guides aimed specifically at developers of third-party
4+
These are migration guides specifically for developers of third-party
55
widgets.
66

77
Migrating from 7.x to 8.0

docs/source/user_migration_guides.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Migrating user code
22
===================
33

4-
These are migration guides aimed specifically at user of ipywidgets.
4+
These are migration guides specifically for ipywidgets users.
55

66
Migrating from 7.x to 8.0
77
-------------------------
@@ -85,6 +85,7 @@ attribute `data-jupyter-widgets-cdn` on the HTML manager script tag. See
8585

8686
#### widgetsnbextension
8787

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.

0 commit comments

Comments
 (0)