Skip to content

Commit adece83

Browse files
authored
Update README.md
1 parent 23a018f commit adece83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The code interpreter runs inside the [E2B Sandbox](https://github.com/e2b-dev/e2
1111

1212
Follow E2B on [X (Twitter)](https://twitter.com/e2b_dev).
1313

14+
## 💻 Supported language runtimes
15+
- ✅ Python
16+
- [(Beta)](https://github.com/e2b-dev/code-interpreter/pull/20) JavaScript, R, Java
17+
1418
## 🚀 Quickstart
1519

1620
### 1. Install SDK
@@ -54,7 +58,6 @@ with CodeInterpreter() as sandbox:
5458
### 3. Hello World guide
5559
Dive depeer and check out the [JavaScript/TypeScript](https://e2b.dev/docs/hello-world/js) and [Python](https://e2b.dev/docs/hello-world/py) "Hello World" guides to learn how to connect code interpreter LLMs.
5660

57-
5861
## 📖 Cookbook examples
5962

6063
**Hello World**
@@ -71,7 +74,3 @@ Dive depeer and check out the [JavaScript/TypeScript](https://e2b.dev/docs/hello
7174
- 🦜🕸️ [LangGraph with code interpreter](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/langgraph-python)
7275
- [Autogen with secure sandboxed code interpreter](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/e2b_autogen)
7376

74-
## 💻 Supported languages for AI-code execution
75-
- ✅ Python
76-
- (soon) JavaScript/TypeScript
77-

0 commit comments

Comments
 (0)