For runnable code examples, see: https://github.com/adviserlabs/demos
Download the Adviser CLI, sign up, and start running jobs in the cloud - your first $100 of compute is on us!
$ mv YOUR_DOWNLOADED_BINARY adviser
$ chmod +x adviser
$ adviser signup
$ adviser run your_simulation.py
Your cloud environment comes with a directory called adviser_output. Any files you put there can be fetched with adviser job download.
$ adviser run "python your_simulation.py > adviser_output/results.txt"
$ adviser job download <job-id>
$ cat adviser_output/<job-id>/results.txt