Skip to content

Commit 7fc0b8f

Browse files
[skip ci] Release new versions
1 parent 6642231 commit 7fc0b8f

File tree

3 files changed

+32
-37
lines changed

3 files changed

+32
-37
lines changed

.changeset/itchy-ducks-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

sdk-reference/code-interpreter-python-sdk/v1.0.3/sandbox/page.mdx

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,6 @@
33

44

55

6-
## ChartType
7-
8-
```python
9-
class ChartType(str, enum.Enum)
10-
```
11-
12-
Chart types
13-
14-
15-
## ScaleType
16-
17-
```python
18-
class ScaleType(str, enum.Enum)
19-
```
20-
21-
Ax scale types
22-
23-
24-
## Chart
25-
26-
```python
27-
class Chart()
28-
```
29-
30-
Extracted data from a chart. It's useful for building an interactive charts or custom visualizations.
31-
32-
336

347

358
## AsyncSandbox
@@ -198,10 +171,6 @@ Context object
198171

199172

200173

201-
202-
203-
204-
205174
## Sandbox
206175

207176
```python
@@ -368,6 +337,37 @@ Context object
368337

369338

370339

340+
341+
342+
## ChartType
343+
344+
```python
345+
class ChartType(str, enum.Enum)
346+
```
347+
348+
Chart types
349+
350+
351+
## ScaleType
352+
353+
```python
354+
class ScaleType(str, enum.Enum)
355+
```
356+
357+
Ax scale types
358+
359+
360+
## Chart
361+
362+
```python
363+
class Chart()
364+
```
365+
366+
Extracted data from a chart. It's useful for building an interactive charts or custom visualizations.
367+
368+
369+
370+
371371
## OutputMessage
372372

373373
```python

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@e2b/code-interpreter-template",
33
"private": true,
4-
"version": "0.0.3"
4+
"version": "0.0.4"
55
}

0 commit comments

Comments
 (0)