jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
69 stars 60 forks source link

Don't require two different minimal versions of jupyter_server #208

Closed hroncok closed 1 year ago

hroncok commented 1 year ago

It works but is confusing.

echarles commented 1 year ago

Thx @hroncok. I would rather set the floor boundary to the latest version 1 jupyter_server, so jupyter_server>=1.23.5 https://pypi.org/project/jupyter-server/#history

WDYT?

hroncok commented 1 year ago

That can be done I guess, but I'd rather get this minimal change in first.

hroncok commented 1 year ago

Thanks.