Skip to content

Commit c0906ec

Browse files
authored
Merge pull request #40 from scientificcomputing/finsberg/fix-39
Finsberg/fix 39
2 parents 484964e + 7cf06ef commit c0906ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/jupyter-book.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ A good guide for setting up the book can be found at: [Jupyterbook - Official do
1818
## Installation and building
1919
Jupyter-book can be installed with `pip`
2020
```bash
21-
python -m pip install jupyterbook
21+
python -m pip install jupyter-book
2222
```
2323
and building the book can be done with the following command
2424
```bash
25-
jupyter book build path/to/_config.yml
25+
jupyter-book build path/to/_config.yml
2626
```
2727

2828
## `_toc.yml`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/executablebooks/jupyter-book.git@master
1+
jupyter-book>=0.13.2

0 commit comments

Comments
 (0)