Ask Your Question

Revision history [back]

Assume that in a code cell you did:

p = plot(sin)
p.save('myplot.png')

so that the file myplot.png is a picture of the sin function.

Now, to make a cickable image from that image to https://ask.sagemath.org/, you can do in a markdown cell:

[![](myplot.png)](https://ask.sagemath.org)

Now, within an interact, the question is less clear, if you want the click to be interpreted by the interact, you can have a look at : https://github.com/sagemath/sage-combinat-widgets