From a802e4b84d29154a7ba79a8614c9cb17a52aa408 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sat, 26 Aug 2017 09:13:22 -0400 Subject: [PATCH] [ci skip] Copy/paste is evil --- all-spark-notebook/README.md | 4 ++-- base-notebook/README.md | 4 ++-- datascience-notebook/README.md | 4 ++-- pyspark-notebook/README.md | 4 ++-- r-notebook/README.md | 4 ++-- scipy-notebook/README.md | 4 ++-- tensorflow-notebook/README.md | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index 803b6b8b..3a33629b 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -304,13 +304,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/all-spark-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/all-spark-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/base-notebook/README.md b/base-notebook/README.md index f645454d..11214876 100644 --- a/base-notebook/README.md +++ b/base-notebook/README.md @@ -123,13 +123,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/base-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/base-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index 0b70a705..2eb23475 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -125,13 +125,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/datascience-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/datascience-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/pyspark-notebook/README.md b/pyspark-notebook/README.md index 6e41a050..4352ccee 100644 --- a/pyspark-notebook/README.md +++ b/pyspark-notebook/README.md @@ -196,13 +196,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/pyspark-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/r-notebook/README.md b/r-notebook/README.md index 329213a3..f64f9a4d 100644 --- a/r-notebook/README.md +++ b/r-notebook/README.md @@ -109,13 +109,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/r-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/r-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/scipy-notebook/README.md b/scipy-notebook/README.md index 26a71c0d..0d83a6a9 100644 --- a/scipy-notebook/README.md +++ b/scipy-notebook/README.md @@ -122,13 +122,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/scipy-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/scipy-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc. diff --git a/tensorflow-notebook/README.md b/tensorflow-notebook/README.md index 01ee3d51..660dbd5d 100644 --- a/tensorflow-notebook/README.md +++ b/tensorflow-notebook/README.md @@ -131,13 +131,13 @@ c.DockerSpawner.extra_create_kwargs.update({ The `start.sh` script supports the same features as the default `start-notebook.sh` script (e.g., `GRANT_SUDO`), but allows you to specify an arbitrary command to execute. For example, to run the text-based `ipython` console in a container, do the following: ``` -docker run -it --rm jupyter/minimal-notebook start.sh ipython +docker run -it --rm jupyter/tensorflow-notebook start.sh ipython ``` Or, to run JupyterLab instead of the classic notebook, run the following: ``` -docker run -it --rm -p 8888:8888 jupyter/minimal-notebook start.sh jupyter lab +docker run -it --rm -p 8888:8888 jupyter/tensorflow-notebook start.sh jupyter lab ``` This script is particularly useful when you derive a new Dockerfile from this image and install additional Jupyter applications with subcommands like `jupyter console`, `jupyter kernelgateway`, etc.