Is there a way to add a local file as a watermark to the chart that is created? I tried the following but it did not work:
d1 = Div(
text='<div style="position: absolute; left:-300px; top:10px"><img src="watermark.png" style="width:280px; height:280px; opacity: 0.3"></div>')
show(column(p, data_table), d1)
Error:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/webbrowser.py", line 48, in get
if '%s' in browser:
TypeError: argument of type 'Div' is not iterable