Clickable Image
Is it possible to use a clickable image in a markdown cell of Sagemath or with @interact
?
Is it possible to use a clickable image in a markdown cell of Sagemath or with @interact
?
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-comb...
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-05-31 08:23:19 +0100
Seen: 639 times
Last updated: May 31 '20
disabling WYSIWYG for text cell in a worksheet
show polyhedron in an interact
Saving the output of "interact" session.
Is there a function to render latex or html in a notebook from a string ?
Interact depending on other arguments
Using Interactive commands in notebook when not logged in