Getting Started#

To get started with sphinx-jupyterbook-latex, first install it through pip:

pip install sphinx-jupyterbook-latex

Then add this extension to the extensions list in your project’s configuration:

Add the following to conf.py:

extensions = [“sphinx_jupyterbook_latex”]

This package is included by default in jupyter-book