Ask Your Question

Revision history [back]

Hello,

If you create your image from a function, then you can sage them in DATA.

P = line([(0,0),(1,1)], color='red')
P.save(DATA + 'my_picture.png')

and then use the code you mentioned

html("<img src='my_picture.png'></img>")

Otherwise, if you want to use pictures from another repository, I am not sure that it is possible.