Skip to content

Commit

Permalink
Add message to trust notebook (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Apr 27, 2020
1 parent 6ac241a commit 6868566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions branca/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def _repr_html_(self, **kwargs):
iframe = (
'<div style="width:{width};">'
'<div style="position:relative;width:100%;height:0;padding-bottom:{ratio};">' # noqa
'<span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span>' # noqa
'<iframe src="about:blank" style="position:absolute;width:100%;height:100%;left:0;top:0;' # noqa
'border:none !important;" '
'data-html={html} onload="{onload}" '
Expand Down

0 comments on commit 6868566

Please sign in to comment.