Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 650 Bytes

File metadata and controls

31 lines (17 loc) · 650 Bytes

OpenFE Demo: OMSF Stack Tour 2026-06-24

You can find the demo notebook in src/openfe_demo.ipynb.

See the openfe git repo and documentation to learn more!

Running the demo locally

using pixi

In this directory, run:

pixi run demo

using micromamba

To run the notebook locally, you'll need to install openfe:

You can instead use micromamba (recommended), mamba or conda:

micromamba create -f env.yaml
micromamba activate openfe-demo

then open the demo with jupyter notebook src/openfe_demo.ipynb.