Maybe change ImageName.png with the name of the image you uploaded... By the way be careful with filenames with spaces in between: I have had annoying troubles in dealing with spaces rather than "%20"s (which is the way spaces are represented in URLs). Hope that helps.
Maurizio On 28 Ago, 12:14, Ling Kah Jai <[email protected]> wrote: > What is wrong? I cannot get it working by inputting the command in a > cell: > print "<img src='%s/ImageName.png'>" % DATA > > On Aug 28, 1:44 pm, Robert Bradshaw <[email protected]> > wrote: > > > > > Oh, you want to put them into a notebook worksheet. You can also do > > this by adding it to the data (there's an "upload data" option) and > > then doing > > > print "<img src='%s/ImageName.png'>" % DATA > > > - Robert > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
