Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 3, 2020 4:03PM
Likes: 0
Replies: 0
This article applies both to:
In your Bokeh code, use the image_url
function:
path = "/local/static/path-of-the-image-within-resources.png"
p.image_url(url=[path])
For more information on using Bokeh in Dataiku DSS, please visit the reference documentation.