Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/hvplot
/ _in_ipython
Function
_in_ipython
hvplot/util.py:88–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
87
88
def
_in_ipython():
89
try
:
90
get_ipython
# noqa
91
return
True
92
except
NameError:
93
return
False
94
95
96
def
check_crs(crs):
Callers
4
test_no_automatic_patching
Function · 0.90
test_no_automatic_patching_extension_import
Function · 0.90
test_patching_env_var
Function · 0.90
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
3
test_no_automatic_patching
Function · 0.72
test_no_automatic_patching_extension_import
Function · 0.72
test_patching_env_var
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…