Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 414 Bytes

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 .