Skip to content

Commit

Permalink
Add beta SDK migration guide (#410)
Browse files Browse the repository at this point in the history
Add a page with a migration guide that shows how to use the new beta
Core SDK, Code Interpreter SDK, and async version of the Python SDKs.
  • Loading branch information
ValentaTomas authored Jul 22, 2024
2 parents c931525 + 1bd55f8 commit fcca01e
Show file tree
Hide file tree
Showing 4 changed files with 8,755 additions and 6,440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
FROM e2bdev/code-interpreter:latest
```

3. Copy [`start-up.sh`](https://github.com/e2b-dev/code-interpreter/blob/main/template/start-up.sh) to the same directory where's your `e2b.toml`

4. Run the following in the same directory where's your `e2b.toml`
3. Run the following in the same directory where's your `e2b.toml`
```sh
e2b template build -c "/home/user/.jupyter/start-up.sh"
e2b template build -c "/root/.jupyter/start-up.sh"
```

5. Use your custom sandbox with Code Interpreter SDK
4. Use your custom sandbox with Code Interpreter SDK

**Python**
```python
Expand Down
Loading

0 comments on commit fcca01e

Please sign in to comment.