Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 663 Bytes

File metadata and controls

39 lines (29 loc) · 663 Bytes

Installing beta SDKs

To use features like sandbox persistence you need to install the beta version of the SDKs.

Code Interpreter SDK

```bash {{ language: 'js' }} npm i @e2b/code-interpreter@beta ```
pip install e2b-code-interpreter==1.2.0b5

Core SDK

```bash {{ language: 'js' }} npm i e2b@beta ```
pip install e2b==1.2.0b6

Desktop SDK

```bash {{ language: 'js' }} npm i @e2b/desktop@beta ```
pip install e2b-desktop==1.7.1b1