Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now you can run any of the examples using the run.sh script from the examples di
./run.sh --docker wordcount/wordcount.js
```

Please not that if you are running the docker container in a docker-machine environment or on another server, make sure you set the following environment variables:
Please note that if you are running the docker container in a docker-machine environment or on another server, make sure you set the following environment variables:
```bash
export JUPYTER_HOST=<docker host ip, defaults to 127.0.0.1>
export JUPYTER_PORT=<container ip, defaults to 8888>
Expand Down