Skip to main content
Ctrl+K
boulder 0.5.0 documentation - Home boulder 0.5.0 documentation - Home
  • Installation
  • Usage
  • STONE Configuration Format
  • Cantera upstream Python examples
  • Gallery of Boulder Examples
    • API Reference
    • API Reference
  • Installation
  • Usage
  • STONE Configuration Format
  • Cantera upstream Python examples
  • Gallery of Boulder Examples
  • API Reference
  • API Reference

Section Navigation

  • Set up the reactor network
  • Report converged reactor states
  • Boulder context
  • Workflow
  • 1. Define the Monolith reactor builder
  • Gallery of Boulder Examples
  • <no title>

Note

Go to the end to download the full example code.

Launch Boulder from Python.

import uvicorn

if __name__ == "__main__":
    uvicorn.run("boulder.api.main:app", host="0.0.0.0", port=8050, reload=True)

Download Jupyter notebook: launch_from_python.ipynb

Download Python source code: launch_from_python.py

Download zipped: launch_from_python.zip

previous

<no title>

next

Set up the reactor network

On this page

© Copyright 2025, Copyright (C) Spark Cleantech SAS (SIREN 909736068).

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.17.1.