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

Support for python 3.11 #1633

Closed RNarayan73 closed 5 months ago

RNarayan73 commented 1 year ago

Hello,

It appears that this package cannot be installed in a python 3.11 environment.

Is this something you are building into your next release?

Thanks Narayan

RNarayan73 commented 1 year ago

Is anyone working on making this package compatible with python 3.11?

bribroder commented 11 months ago

This may be because of the dependency on jupyter_highlight_selected_word which has an open issue for py 3.11: https://github.com/jcb91/jupyter_highlight_selected_word/issues/45

RNarayan73 commented 5 months ago

The above issue arose when I was creating python environments with conda. I have since moved to creating environments using poetry and pip which doesn't cause the issue.