1. Install and authenticate the Python SDK
Install the Thunder Sandbox SDK, then sign in with the Thunder CLI. The SDK automatically uses the credentials saved by the CLI.2. Run code in a sandbox
Create a file namedget_started.py with the following code:
get_started.py
uname -a, prints
the command output, waits for the command to finish, and terminates the
sandbox.
Run the script with Python: