MCPcopy 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
45def execute_code(code):
46 # Execute this script as a cell
47 result = get_ipython().run_cell(code)
48 return result
49
50
51def get_variables(capsys):

Callers 2

get_data_frame_infoFunction · 0.85
get_data_frame_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected