Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

File metadata and controls

20 lines (14 loc) · 447 Bytes

E2B Hello World for Python

This example shows the minimal code for starting an E2B Sandbox, executing Python inside it and listing all files inside the root directory.

Setup & run

1. Install dependencies

poetry install

2. Set up .env

  1. Copy .env.template to .env
  2. Get E2B API key

3. Run the example

poetry run start