E2B Code Interpreter - Stateful code execution

What is E2B? E2B is an open-source infrastructure that allows you run to AI-generated code in secure isolated sandboxes in the cloud. To start and control sandboxes, use our JavaScript SDK or Python SDK. Run your first Sandbox 1. Install SDK pip install e2b-code-interpreter 2. Get your E2B API key Sign up to E2B here. Get your API key here. Set environment variable with your API key. E2B_API_KEY=e2b_*** 3. Execute code with code interpreter inside Sandbox from e2b_code_interpreter import Sandbox with Sandbox() as sandbox: sandbox.run_code("x = 1") execution = sandbox.run_code("x+=1; x") print(execution.text) # outputs 2 4. Check docs Visit E2B documentation. 5. E2B cookbook Visit our Cookbook to get inspired by examples with different LLMs and AI frameworks.
RPM
python3-e2b-code-interpreter-1.5.0-1.lbn42.noarch.rpm
Summary
E2B Code Interpreter - Stateful code execution
URL
https://pypi.org/project/e2b-code-interpreter
Group
Unspecified
License
ZPL
Source
python-e2b-code-interpreter-1.5.0-1.lbn42.src.rpm
Checksum
95fcdc6d35dcc2609897a66cbc4172d625ab3c1ed63e1e32b3a4e3984e2e57b8
Signing Signature
RSA/SHA512, Sun 05 Apr 2026 07:24:31 PM AEST, Key ID d760880122ab8392
Build Date
2025/09/13 15:21:24
Requires
python3.13dist(attrs) >= 21.3
Provides
python-e2b-code-interpreter = 1.5.0-1.lbn42
python3-e2b-code-interpreter = 1.5.0-1.lbn42
python3.13-e2b-code-interpreter = 1.5.0-1.lbn42
python3.13dist(e2b-code-interpreter) = 1.5
python3dist(e2b-code-interpreter) = 1.5
Obsoletes