Make sure notebook is pip installed when building docs

The instructions on building the docs fail to mention that
the notebook package itself needs to be installed. I was following
the pip-based instructions so this fixes that case. I'm not familiar
with using conda really so that case isn't fixed here.

Partial #5741
Matt Riedemann 6 years ago
parent a35b511991
commit b7b600952e

@ -183,7 +183,7 @@ containing all the necessary packages (except pandoc), use::
If you want to install the necessary packages with ``pip``, use the following instead::
pip install -r docs/doc-requirements.txt
pip install . -r docs/doc-requirements.txt
Once you have installed the required packages, you can build the docs with::

Loading…
Cancel
Save