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.