From fd43b71a1a638690e93352ca451b19f322536098 Mon Sep 17 00:00:00 2001 From: Matheus Canon Date: Sun, 15 Nov 2020 21:05:02 -0300 Subject: [PATCH] Add kotlin-notebook in selecting.md community stacks --- docs/using/selecting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 9d0d254b..386f2843 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -241,5 +241,10 @@ core images and link them below. datascience-notebook image. Try it on binder:[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SCiO-systems/cgspatial-notebook/master) +- [kotlin-notebook](https://github.com/knonm/kotlin-notebook) is a community Jupyter + Docker Stack image. The image includes [Kotlin kernel for Jupyter/IPython](https://github.com/Kotlin/kotlin-jupyter) on top of the + `base-notebook` image. Try it on + Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/knonm/kotlin-notebook/main) + See the [contributing guide](../contributing/stacks.md) for information about how to create your own Jupyter Docker Stack.