Skip to content

Commit 94bfdca

Browse files
authored
Update README.md
1 parent 3257584 commit 94bfdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
2828
execution = sandbox.notebook.exec_cell("print('hello')")
2929
sandbox.close()
3030

31-
# Or you can use `with`
31+
# Or you can use `with` which handles closing the sandbox for you
3232
with CodeInterpreter("your-custom-sandbox-name") as sandbox:
3333
execution = sandbox.notebook.exec_cell("print('hello')")
3434
```

0 commit comments

Comments
 (0)