|  1 |    initial version    |  
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.
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.