/reaktoro-jupyter-book

Reaktoro's documentation using Jupyter Book

Primary LanguageJupyter Notebook

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:

  1. Create a conda environment with conda env create -f environment.yml
  2. Activate the created environment conda activate reaktoro-jupyter-book
  3. Build the project with jupyter-book build .