Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ start_displayhook
Method
start_displayhook
IPython/core/displayhook.py:114–116 ·
view source on GitHub ↗
Start the displayhook, initializing resources.
(self)
Source
from the content-addressed store, hash-verified
112
return
False
113
114
def
start_displayhook(self):
115
""
"Start the displayhook, initializing resources."
""
116
self._is_active = True
117
118
@property
119
def
is_active(self):
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected