Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ assert_html_renderer_connected
Function
assert_html_renderer_connected
tests/test_io/test_renderers.py:143–144 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
141
142
143
def
assert_html_renderer_connected(html):
144
assert plotly_cdn_url().rstrip(
".js"
) in html
145
146
147
def
assert_offline(html):
Callers
2
test_colab_renderer_show
Function · 0.85
test_notebook_connected_show
Function · 0.85
Calls
1
plotly_cdn_url
Function · 0.90
Tested by
no test coverage detected