From 334cf7ae0d9ed1e2852983f3dd31413f7d05479d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 11 Apr 2016 15:01:54 -0400 Subject: [PATCH] README: Change NB_USER to NB_UID Update text to be consistent with list of documented options. --- all-spark-notebook/README.md | 2 +- datascience-notebook/README.md | 2 +- minimal-notebook/README.md | 2 +- pyspark-notebook/README.md | 2 +- r-notebook/README.md | 2 +- scipy-notebook/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index 5b70d8fa..608813f3 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -212,7 +212,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/all-spark-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index 63b73cf8..beeb2c14 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -30,7 +30,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/datascience-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options diff --git a/minimal-notebook/README.md b/minimal-notebook/README.md index 2f623daf..9bc34de9 100644 --- a/minimal-notebook/README.md +++ b/minimal-notebook/README.md @@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/minimal-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options diff --git a/pyspark-notebook/README.md b/pyspark-notebook/README.md index d0222883..834201de 100644 --- a/pyspark-notebook/README.md +++ b/pyspark-notebook/README.md @@ -102,7 +102,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/pyspark-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options diff --git a/r-notebook/README.md b/r-notebook/README.md index eaf2adce..28850cd8 100644 --- a/r-notebook/README.md +++ b/r-notebook/README.md @@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/r-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options diff --git a/scipy-notebook/README.md b/scipy-notebook/README.md index 599f300e..23b1b5c6 100644 --- a/scipy-notebook/README.md +++ b/scipy-notebook/README.md @@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la docker run -d -p 8888:8888 jupyter/scipy-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. +You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details. ## Docker Options