Skip to content

Commit 6868566

Browse files
authored
Add message to trust notebook (#75)
1 parent 6ac241a commit 6868566

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

branca/element.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def _repr_html_(self, **kwargs):
335335
iframe = (
336336
'<div style="width:{width};">'
337337
'<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
338339
'<iframe src="about:blank" style="position:absolute;width:100%;height:100%;left:0;top:0;' # noqa
339340
'border:none !important;" '
340341
'data-html={html} onload="{onload}" '

0 commit comments

Comments
 (0)