You can interact with this notebook online: Launch interactive version
Progress Bars for Simulation Run¶
TARDIS displays progress bars by default to track the simulation. The progress bars are not displayed in the documentation but show up when you run the notebook.

You can disable the progress bars as well.
[1]:
from tardis import run_tardis
sim = run_tardis('tardis_example.yml', show_progress_bars = False)
[ ]: