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

[Q] How can enterprise_gateway be used in conjunction with Jupyter dashboards? #186

Closed rs2 closed 7 years ago

rs2 commented 7 years ago

At the moment kernel_gateway is well-supported by Jupyter dashboards as well as Jupyter notebooks (when using nb2kg extension for notebooks).

How could enterprise_gateway be used to substitute kernel_gateway for both Jupyter notebooks as well as dashboards? There's no mention of these in the roadmap.

kevin-bates commented 7 years ago

Hello @rs2, thanks for the question. One of our primary tenets for Enterprise Gateway was that it be completely compatible with Kernel Gateway. As such, it is built directly on top of JKG so you should be able to literally change the command target from kernelgateway to enterprisegateway. In fact, we use the same unit tests that are found in JKG - just to preserve that compatibility.

Although we haven't spent time using dashboards, our primary vehicle for accessing Enterprise Gateway is NB2KG, which requires no changes. So I guess you could say this doesn't appear in our roadmap because its a road already traveled. :-)