From ff922f8f533a2d6d22a3453ae5a27f40bcc3495d Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Thu, 1 Nov 2018 15:40:52 -0400 Subject: [PATCH] [ci skip] Fixing heading level to correct ToC --- docs/using/recipes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index db118c02..fa3b19d0 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -268,7 +268,7 @@ USER $NB_USER Credit: [britishbadger](https://github.com/britishbadger) from [docker-stacks/issues/369](https://github.com/jupyter/docker-stacks/issues/369) -# Run jupyterlab inside an already secured environment (i.e., with no token) +## Run Jupyter Notebook/Lab inside an already secured environment (i.e., with no token) (Adapted from [issue 728](https://github.com/jupyter/docker-stacks/issues/728)) @@ -288,5 +288,3 @@ For jupyter classic: ``` docker run jupyter/base-notebook:6d2a05346196 start.sh jupyter notebook --NotebookApp.token='' ``` - -