Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
get_ipython_user_ns() -> dict:
54
return
_get_ipython().user_ns
55
56
57
def
_get_environment() -> PythonEnvironment:
Callers
5
_get_environment
Function · 0.85
_get_notebook_path
Method · 0.85
_get_notebook_path
Method · 0.85
_get_notebook_path
Method · 0.85
support_rich_display
Method · 0.85
Calls
1
_get_ipython
Function · 0.85
Tested by
no test coverage detected