We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 484964e + 7cf06ef commit c0906ecCopy full SHA for c0906ec
docs/jupyter-book.md
@@ -18,11 +18,11 @@ A good guide for setting up the book can be found at: [Jupyterbook - Official do
18
## Installation and building
19
Jupyter-book can be installed with `pip`
20
```bash
21
-python -m pip install jupyterbook
+python -m pip install jupyter-book
22
```
23
and building the book can be done with the following command
24
25
-jupyter book build path/to/_config.yml
+jupyter-book build path/to/_config.yml
26
27
28
## `_toc.yml`
requirements.txt
@@ -1 +1 @@
1
-git+https://github.com/executablebooks/jupyter-book.git@master
+jupyter-book>=0.13.2
0 commit comments