diff --git a/docs/jupyter-book.md b/docs/jupyter-book.md index 5316872..5227a54 100644 --- a/docs/jupyter-book.md +++ b/docs/jupyter-book.md @@ -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` diff --git a/requirements.txt b/requirements.txt index 0617ee9..6b772f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -git+https://github.com/executablebooks/jupyter-book.git@master +jupyter-book>=0.13.2