We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac241a commit 6868566Copy full SHA for 6868566
1 file changed
branca/element.py
@@ -335,6 +335,7 @@ def _repr_html_(self, **kwargs):
335
iframe = (
336
'<div style="width:{width};">'
337
'<div style="position:relative;width:100%;height:0;padding-bottom:{ratio};">' # noqa
338
+ '<span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span>' # noqa
339
'<iframe src="about:blank" style="position:absolute;width:100%;height:100%;left:0;top:0;' # noqa
340
'border:none !important;" '
341
'data-html={html} onload="{onload}" '
0 commit comments