From ca52a89ce1654b302309e63e3fc5ba75f58f055a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 5 Feb 2022 14:47:02 +0300 Subject: [PATCH] Update selecting.md --- docs/using/selecting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index ff5c1622..6f432f1b 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -263,7 +263,10 @@ core images and link them below. 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](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/knonm/kotlin-notebook/main) -- [transformers_notebook](https://github.com/ToluClassics/transformers_notebook): Easily run JupyterLab Notebooks pre-installed with the [Transformers Library](https://huggingface.co/docs/transformers/index) and other popular NLP frameworks such as **Tensorflow**, **Keras**, **Jax** and **PyTorch** by running a Docker container. + +- [transformers_notebook](https://github.com/ToluClassics/transformers_notebook): Easily run JupyterLab Notebooks pre-installed with the + [Transformers Library](https://huggingface.co/docs/transformers/index) + and other popular NLP frameworks such as **Tensorflow**, **Keras**, **Jax** and **PyTorch** by running a Docker container. See the [contributing guide](../contributing/stacks.md) for information about how to create your own Jupyter Docker Stack.