ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 805 forks source link

Update for notebook 7.x #1649

Open charmoniumQ opened 10 months ago

charmoniumQ commented 10 months ago

Fixes ModuleNotFoundError; some submodules of notebook that moved to jupyter_server were finally removed in notebook 7.x. We try importing from notebook and fall back on jupyter_server (perhaps this should be the other way around?).

WesleyTheGeolien commented 6 months ago

@charmoniumQ I think we can use the shim_notebook provided by Jupyter please see #1657