Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ docker run -it \
Then, from inside the container :

```bash
pip install .[examples]
jupyter notebook --port=8888 --no-browser --ip=0.0.0.0
```

You can now access Jupyter using the address provided by the command line.
You can now access Jupyter using the address provided by the jupyter command line.

> [!NOTE]
> Find useful information on the [Docker documentation page](https://docs.docker.com/get-started/). Here is a [cheat sheet with Docker commands](https://docs.docker.com/get-started/docker_cheatsheet.pdf)
Expand Down
Loading