Cauldron Documentation
Before you dig into the documentation make you have Cauldron installed and ready to use:
Install Package
Cauldron is distributed as a Python package that can be installed with pip:
$ pip install cauldron-notebook
or with conda:
$ conda install -c sernst cauldron
Cauldron requires Python 3.5.3+ and recommends Python 3.7.5+ for the best experience.
Launch Cauldron
Start the Cauldron user interface from the command line with:
$ cauldron ui
Cauldron can also be run as an interactive command-line shell without the user interface. More information about that can be found in the Cauldron Github README.