Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Kanaries/pygwalker
/ init_display
Method
init_display
pygwalker/services/preview_image.py:117–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
self.command_app = None
116
117
def
init_display(self):
118
display_html(
""
, slot_id=self.image_slot_id)
119
120
def
render_gw_review(self, html: str):
121
display_html(html, slot_id=self.image_slot_id)
Callers
1
display_on_jupyter_use_widgets
Method · 0.95
Calls
1
display_html
Function · 0.90
Tested by
no test coverage detected