MCPcopy 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
88def _in_ipython():
89 try:
90 get_ipython # noqa
91 return True
92 except NameError:
93 return False
94
95
96def check_crs(crs):

Callers 4

test_patching_env_varFunction · 0.90
__init__.pyFile · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…