Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 731 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 731 Bytes

jupyter-kernels

Jupyter notebooks are handy and elegant. Docker is awesome. These are some exercises to create containerized Jupyter kernels deployed in a cluster.

  • bash_kernel is an example of what happens if we combine Jupyter with Docker.

  • psql_kernel is an example of how bash_kernel can be easily extented to any docker image and interpreter.

  • and bash_k8s_kernel is an example of a kernel running in a Kubernetes cluster.