You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
You can also use plain HTML in a markdown cell.
On Wednesday, March 11, 2015 at 12:05:07 PM UTC-4, Edward Chen wrote:
Steven G. Johnson
unread,
Mar 13, 2015, 11:50:32 AM3/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
On Friday, March 13, 2015 at 11:44:57 AM UTC-4, Randy Zwitch wrote:
You can also use plain HTML in a markdown cell.
Yes, you can use <img ...> tags, but then the image data is not included in the notebook file itself, so unless the image is on a server somewhere that makes it more annoying to share the notebook (as you have to remember to copy the image file along with the notebook).
Jameson Nash
unread,
Mar 13, 2015, 11:59:14 AM3/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
True. I share my notebooks as GitHub repos, so I've always passed the images along.
Jiahao Chen
unread,
Mar 13, 2015, 12:14:34 PM3/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
You can also base64 encode an image and paste the resulting string
into a HTML img tag. Works well for smaller images, but might get
unwieldy for larger ones.
Steven G. Johnson
unread,
Mar 8, 2016, 10:45:50 AM3/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia-users
Jupyter just added a feature to drag-and-drop or paste images into markdown cells that should make it a lot easier to create notebooks with technical illustrations: https://github.com/jupyter/notebook/pull/621