code-interpreter
code-interpreter copied to clipboard
Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app
Is it possible to interpret Swift code with this somehow? That would be very useful for mobile app development.
The Sandbox.upload_file method has the following signature: ```python def upload_file(self, file: IO, timeout: Optional[float] = TIMEOUT) -> str: ``` However, it's not true that `file` must simply be type `IO`....
Changelog: - closes https://github.com/e2b-dev/E2B/issues/665 - runs a code cell to set env variables if any env variables are set (either sandbox-level or per cell) - note: os.environ.set_envs_for_execution function might no...
changelog - replaces ijavascript kernel with a fork that includes a compiler step and promise resolution - removes typescript compiler step as this is now built-in in the kernel -...
I encountered an issue when generating a bar chart using the provided code. When all the values in the incident_counts list are equal, the elements data in the resulting chart...
- Jupyter Server and Code Interpreter are started as a non-privileged user - Adds ability to change user by creating a new context - BREAKING: Default user root > user...
- resolves #31 - adds support for ruby (as ruby3, ruby, rb) version 3.4.3 using [IRuby kernel](https://github.com/SciRuby/iruby) - tests for the above - documentation will be on https://github.com/e2b-dev/e2b
When a DataFrame is displayed, the corresponding `Result` has the `data` attribute in the format `{column -> [values]}` (equivalent to `df.to_dict(orient="list")`). This means that we lose the table index, which...