We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8619868 commit 2b40f48Copy full SHA for 2b40f48
docs/using/common.md
@@ -213,14 +213,20 @@ docker run -it --rm \
213
-p 8888:8888 \
214
-e DOCKER_STACKS_JUPYTER_CMD=notebook \
215
quay.io/jupyter/base-notebook
216
-# Executing the command: jupyter notebook ...
+
217
+# Executing the command: start-notebook.py
218
+# Executing: jupyter notebook
219
+# ...
220
221
# Use Jupyter NBClassic frontend
222
docker run -it --rm \
223
224
-e DOCKER_STACKS_JUPYTER_CMD=nbclassic \
225
-# Executing the command: jupyter nbclassic ...
226
227
228
+# Executing: jupyter nbclassic
229
230
```
231
232
### `start.sh`
0 commit comments