Skip to content

Commit 2b40f48

Browse files
committed
Update output example in documents
1 parent 8619868 commit 2b40f48

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: docs/using/common.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,20 @@ docker run -it --rm \
213213
-p 8888:8888 \
214214
-e DOCKER_STACKS_JUPYTER_CMD=notebook \
215215
quay.io/jupyter/base-notebook
216-
# Executing the command: jupyter notebook ...
216+
217+
# Executing the command: start-notebook.py
218+
# Executing: jupyter notebook
219+
# ...
217220

218221
# Use Jupyter NBClassic frontend
219222
docker run -it --rm \
220223
-p 8888:8888 \
221224
-e DOCKER_STACKS_JUPYTER_CMD=nbclassic \
222225
quay.io/jupyter/base-notebook
223-
# Executing the command: jupyter nbclassic ...
226+
227+
# Executing the command: start-notebook.py
228+
# Executing: jupyter nbclassic
229+
# ...
224230
```
225231

226232
### `start.sh`

0 commit comments

Comments
 (0)