Skip to content

Commit

Permalink
Update output example in documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 22, 2024
1 parent 8619868 commit 2b40f48
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/using/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,20 @@ docker run -it --rm \
-p 8888:8888 \
-e DOCKER_STACKS_JUPYTER_CMD=notebook \
quay.io/jupyter/base-notebook
# Executing the command: jupyter notebook ...

# Executing the command: start-notebook.py
# Executing: jupyter notebook
# ...

# Use Jupyter NBClassic frontend
docker run -it --rm \
-p 8888:8888 \
-e DOCKER_STACKS_JUPYTER_CMD=nbclassic \
quay.io/jupyter/base-notebook
# Executing the command: jupyter nbclassic ...

# Executing the command: start-notebook.py
# Executing: jupyter nbclassic
# ...
```

### `start.sh`
Expand Down

0 comments on commit 2b40f48

Please sign in to comment.