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 function import for when Notebook 7 is present #1653

Open RRosio opened 8 months ago

RRosio commented 8 months ago

As with https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1649, this import statement can be updated to import from jupyter_server when Notebook 7 is present rather than Notebook <= 6.

RRosio commented 8 months ago

Hi @juhasch, is there anyway I can help with the release of jupyter_contrib_nbextensions for Notebook7/ NbClassic compatibility? I was added along with a few others on the PyPI side but I don't have the required rights on this repo to help merge the PRs. As long as this looks okay, I would be happy to make a release to help with NbClassic compatibility.

juhasch commented 8 months ago

Hi @RRosio, sorry for the delay. I made you admin.

RRosio commented 8 months ago

No worries @juhasch, thank you for your help with this!

zxem commented 5 months ago

@RRosio Hello, is there going to be a new release with this change to support Notebook 7? Thanks