Jupyter
AIO Sandbox includes Jupyter kernel execution for Python code. It is useful for data processing, charts, notebooks, and stateful Python workflows.
Execute Code
Stateful Sessions
Use session_id to keep variables across requests:
Kernel Info
Session Management
Tips
- Use Jupyter for Python code that benefits from stateful variables or rich output.
- Use
/v1/code/executewhen you want a language-neutral entry point. - Store generated files in the workspace so browser, shell, and file APIs can access them.