MCPcopy Create free account
hub / github.com/datapane/datapane / get_ipython_user_ns

Function get_ipython_user_ns

python-client/src/datapane/ipython/environment.py:53–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def get_ipython_user_ns() -> dict:
54 return _get_ipython().user_ns
55
56
57def _get_environment() -> PythonEnvironment:

Callers 5

_get_environmentFunction · 0.85
_get_notebook_pathMethod · 0.85
_get_notebook_pathMethod · 0.85
_get_notebook_pathMethod · 0.85
support_rich_displayMethod · 0.85

Calls 1

_get_ipythonFunction · 0.85

Tested by

no test coverage detected