We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a035a63 commit 44f1154Copy full SHA for 44f1154
template/README.md
@@ -24,7 +24,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
24
**Python**
25
```python
26
from e2b_code_interpreter import CodeInterpreter
27
- sandbox = CodeInterpreter("your-custom-sandbox-name")
+ sandbox = CodeInterpreter(template="your-custom-sandbox-name")
28
execution = sandbox.notebook.exec_cell("print('hello')")
29
sandbox.close()
30
0 commit comments