From e93291d90c6411e45d2da7a98e6b446181a190b8 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 12 Jan 2016 21:01:36 -0500 Subject: [PATCH] Note about Python 3 kernel --- minimal-kernel/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minimal-kernel/README.md b/minimal-kernel/README.md index 0ae6e5ca..25ceeb4e 100644 --- a/minimal-kernel/README.md +++ b/minimal-kernel/README.md @@ -1,7 +1,9 @@ # Kernel Gateway Stack ## What it Gives You + * [Jupyter Kernel Gateway](https://github.com/jupyter-incubator/kernel_gateway) that enables programmatic access to kernels +* Python 3 kernel * No preinstalled scientific computing packages * [tini](https://github.com/krallin/tini) as the container entrypoint @@ -15,4 +17,4 @@ docker run -d -p 8888:8888 jupyter/minimal-kernel ## Docker Options and More Information * For more information on the Kernel Gateway and its configuration options see the -[Kernel Gateway Repository](https://github.com/jupyter-incubator/kernel_gateway#what-it-gives-you). \ No newline at end of file +[Kernel Gateway Repository](https://github.com/jupyter-incubator/kernel_gateway#what-it-gives-you).