Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/jupyter-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ A good guide for setting up the book can be found at: [Jupyterbook - Official do
## Installation and building
Jupyter-book can be installed with `pip`
```bash
python -m pip install jupyterbook
python -m pip install jupyter-book
```
and building the book can be done with the following command
```bash
jupyter book build path/to/_config.yml
jupyter-book build path/to/_config.yml
```

## `_toc.yml`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/executablebooks/jupyter-book.git@master
jupyter-book>=0.13.2