jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
620 stars 223 forks source link

Cap Jupyter Server dependency < 2.0 #1185

Closed kevin-bates closed 1 year ago

kevin-bates commented 1 year ago

Jupyter Server 2.0 will be requiring jupyter_client >= 7 so EG needs to cap jupyter_server < 7 since EG is not compatible with provisioners. The EG 4.0 release will be based on provisioners and will then apply a floor for jupyter_server >= 7.