Requirements#
In Python, and as a consequence Jupyter Books, a requirements.txt file is a type of file that usually stores information about all the libraries, modules, and packages that are used while developing a particular project.
At this time, the requirements.txt
consists of the following packages:
numpy
scipy
matplotlib
plotly
myst_nb
jupyterquiz
sphinx-exercise
sphinx-proof
sphinx-inline-tabs
jupyter-book
To install the required packages for your book, you can simply run:
pip install -r requirements.txt
More information#
Find out more on how to set up your working environment: