Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ npm i @e2b/code-interpreter@beta
```

```bash {{ language: 'python' }}
pip install e2b-code-interpreter==1.2.0b0
pip install e2b-code-interpreter==1.2.0b1
#
# or use Core: https://github.com/e2b-dev/e2b
# pip install e2b==1.2.0b0
# pip install e2b==1.2.0b1
```
</CodeGroup>

Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ npm i @e2b/code-interpreter@beta
```

```bash {{ language: 'python' }}
pip install e2b-code-interpreter==1.2.0b0
pip install e2b-code-interpreter==1.2.0b1
#
# or use Core: https://github.com/e2b-dev/e2b
# pip install e2b==1.2.0b2
# pip install e2b==1.2.0b1
#
# or use Desktop: https://github.com/e2b-dev/desktop
# pip install e2b-desktop==1.2.0b1
Expand Down
Loading