Skip to content

Run CAFE

If you installed CAFE with uv (the uv Way), just open a terminal anywhere and type:

Terminal window
cafe

The app opens in your browser automatically — nothing else to do.

For the Pixi or Conda installs, run it from the CAFE folder instead:

1. Open terminal app (or Anaconda Powershell or Windows Powershell)
Section titled “1. Open terminal app (or Anaconda Powershell or Windows Powershell)”
2. Navigate to the directory where your CAFE tool’s Python file (cafe.py) is located.
Section titled “2. Navigate to the directory where your CAFE tool’s Python file (cafe.py) is located.”
Terminal window
cd ./path/to/cafe
  • With Pixi:
Terminal window
pixi run cafe
  • With Conda:
Terminal window
python cafe.py