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 @@ -29,7 +29,7 @@ conda install -n discover-notebooks -c http://ccb.nki.nl/software/discover/repos
ipyparallel
```

Next, activate the created environment and start the Jupyter notebook using the following two commands. Make sure `<notebook-dir>` is replaced by the location of the .ipynb files after unzipping the downloaded file.
Next, activate the created environment and start the Jupyter notebook using the following two commands. Make sure `<notebook-dir>` is replaced by the location of the `.ipynb` files after unzipping the downloaded file.

```bash
source activate discover-notebooks
Expand Down