Skip to content

Commit 8387137

Browse files
committed
Merge branch 'docs-persistence'
2 parents 77c9a52 + e81a6dc commit 8387137

File tree

1 file changed

+2
-2
lines changed
  • apps/web/src/app/(docs)/docs/sandbox/persistence

1 file changed

+2
-2
lines changed

apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To use the sandbox persistence, you need to install the beta version of the SDKs
1717

1818
<CodeGroup>
1919
```bash {{ language: 'js' }}
20-
npm i e2b@beta
20+
npm i @e2b/code-interpreter@beta
2121
```
2222

2323
```bash {{ language: 'python' }}
2424
# Install the latest beta version of the SDK on PyPi
2525
# https://pypi.org/project/e2b/#history
26-
pip install e2b-code-interpreter==1.1.0.b17
26+
pip install e2b-code-interpreter==1.0.4b
2727
```
2828
</CodeGroup>
2929

0 commit comments

Comments
 (0)