We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3257584 commit 94bfdcaCopy full SHA for 94bfdca
template/README.md
@@ -28,7 +28,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
28
execution = sandbox.notebook.exec_cell("print('hello')")
29
sandbox.close()
30
31
- # Or you can use `with`
+ # Or you can use `with` which handles closing the sandbox for you
32
with CodeInterpreter("your-custom-sandbox-name") as sandbox:
33
34
```
0 commit comments