Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2b-dev/code-interpreter
/ test_create_new_kernel
Function
test_create_new_kernel
python/tests/test_kernels.py:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
test_create_new_kernel():
5
with
CodeInterpreter()
as
sandbox:
6
sandbox.notebook.create_kernel()
7
8
9
def
test_independence_of_kernels():
Callers
nothing calls this directly
Calls
2
CodeInterpreter
Class · 0.90
create_kernel
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…