From c5e5e948d53c328b0fc283e106f069099948888d Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Wed, 6 Jul 2022 12:54:46 -0600 Subject: [PATCH] Fix user migration guide: widgetsnbextension no longer requires notebook. --- docs/source/user_migration_guides.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/user_migration_guides.md b/docs/source/user_migration_guides.md index 492cf1f3af3..18147c9dc07 100644 --- a/docs/source/user_migration_guides.md +++ b/docs/source/user_migration_guides.md @@ -1,7 +1,7 @@ Migrating user code =================== -These are migration guides aimed specifically at user of ipywidgets. +These are migration guides specifically for ipywidgets users. Migrating from 7.x to 8.0 ------------------------- @@ -85,6 +85,7 @@ attribute `data-jupyter-widgets-cdn` on the HTML manager script tag. See #### widgetsnbextension -The `widgetsnbextension` package is no longer a dependency of `ipywidgets`. Consequently, -neither is the `notebook` package. If you need to keep `notebook` and widget support for it -you will need to ensure they are explicitly stated in any environment bootstrapping. +The `notebook` package is no longer a dependency of the `widgetsnbextension` +package (therefore `notebook` is no longer a dependency of `ipywidgets`). If you +need to install `notebook` with `ipywidgets`, you will need to install +`notebook` explicitly.