Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ execute_code
Function
execute_code
pythonFiles/tests/ipython/scripts.py:45–48 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
43
44
45
def
execute_code(code):
46
# Execute this script as a cell
47
result = get_ipython().run_cell(code)
48
return
result
49
50
51
def
get_variables(capsys):
Callers
2
get_data_frame_info
Function · 0.85
get_data_frame_rows
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected