caicloud / ciao

Kernel for Kubeflow in Jupyter Notebook
Apache License 2.0
67 stars 18 forks source link

[enhancement] Remote Kernel Support #2

Closed gaocegege closed 6 years ago

gaocegege commented 6 years ago

We should investigate if we could support remote kernels.

gaocegege commented 6 years ago

/priority p2

gaocegege commented 6 years ago

https://github.com/jupyter/nb2kg + https://github.com/jupyter/kernel_gateway = remote kernel

Ref

gaocegege commented 6 years ago

We need to support remote kernel first, then we could try to solve #41 on Kubernetes.

The nodebook server could be run anywhere, while the kernel will be run on Kubernetes. We could follow the two-process model if we implement remote kernel support.