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
617 stars 222 forks source link

Add kernel launch sequence diagram to contributors guide #1132

Closed kevin-bates closed 2 years ago

kevin-bates commented 2 years ago

Inspired by the work @telamonian started on #1039 and given that a reasonable workaround has been identified for the sphinxcontrib-mermaid issue, I've gone ahead and incorporated Max's kernel-init-sequence diagram into a "Sequence Diagrams" section of the Contributors guide using the mermaid markdown approach. The hope is that other diagrams will be contributed downstream. We can also choose to relocate this diagram as we see fit.

Special thanks to @telamonian for getting this ball rolling.

Here's a screenshot consisting of a portion of the diagram and surrounding area: image

Co-authored-by: telamonian telamonian@users.noreply.github.com