Jupyter-contrib / jupyter_nbextensions_configurator

A jupyter notebook serverextension providing config interfaces for nbextensions.
Other
981 stars 121 forks source link

fix: import notebook version from _version #156

Closed echarles closed 1 year ago

echarles commented 1 year ago

To support Notebook 6 and NbClassic+Notebook7, we need to import the notebook version from _version.

RRosio commented 1 year ago

Thank you @echarles, this looks good! I'll merge this!