How do I monitor the progress of a simulation?#
| Date | Category | 
|---|---|
| 2023-12-03 14:18:19 | Simulations | 
The web.run() method shows the simulation progress by default.  When uploading a simulation to the server without running it, you can use the web.monitor(task_id), job.monitor(), or batch.monitor() methods to display the progress of your simulation(s). You can find detailed information on submitting simulation to the server in this tutorial.