Reaktoro’s Jupyter Book
Reaktoro’s Jupyter Book#
This project documents how Reaktoro’s Python API can be used for several chemical modeling examples.
To build this project, follow the steps below, assuming you are in its root directory:
- Create a conda environment with - conda env create -f environment.yml
- Activate the created environment - conda activate reaktoro-jupyter-book
- Build the project with - jupyter-book build .