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
615 stars 221 forks source link

Handle not found exception during remove_kernel #1262

Closed lresende closed 1 year ago

lresende commented 1 year ago

Enhance the remove_kernel to properly handle not found kernels (key error) to better support duplicate restarts or restart/shutdown use cases.

Fixes #1261

kevin-bates commented 1 year ago

The build failures are addressed in #1265.