code-interpreter
code-interpreter copied to clipboard
Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app
I'm constantly getting this message in stderr when displaying a pandas dataframe. This pollutes what the agent sees and may even impact our ability to getting the displayed dataframe data....
Just using the Python SDK to create and pause a sandbox, while it actually deleted my sandbox everytime. ```py from e2b_code_interpreter import Sandbox, SandboxQuery sbx = Sandbox.beta_create(metadata=metadata, timeout=3599, auto_pause=True) //...
Need UV-based code-interpreter custom template we care about install speed. every time make a new sandbox, we have to install different library via pip install. most of code excution time...
> [!NOTE] > Adds websocket-aware healthcheck and sets a sandbox ready_cmd; exposes ContextWebSocket.is_connected(). > > - **Server (FastAPI)**: > - **Healthcheck**: `/health` now returns `503` until any default context websocket...
Hi E2B team! I'd like to contribute an example to help users with common patterns. Before opening a PR, wanted to confirm direction: **Options I can ship:** 1. **Execution telemetry...
After yesterday's commit https://github.com/e2b-dev/code-interpreter/commit/d6f669540ac2e4f93b5f8d2dc4e6da04b61434ee, custom templates that update to Node.js 24 fail to start properly. ## Problem When building and pushing a custom template with Node.js 24, the sandbox fails...
I opened an e2b sandbox, successfully wrote a file, and set the timeout to one day. However, after a few minutes, when I tried to call the shell again, it...
Your Docker images have no versioning whatsoever - everything gets tagged as `latest`. This is causing real problems: - I rebuild my template and suddenly my app stops working -...
Previous attempt has been blocked by https://github.com/explosion/spaCy/issues/13658
**Issue**: results.html generated HTML file has multiple issues [1] It has only javascript content, no HTML container tags. [2] The HTML file is so huge that it resolves CDN hosted...