Skip to content

Handle Cell Attachments

Compare
Choose a tag to compare
@chrisjsewell chrisjsewell released this 05 Feb 04:12
· 116 commits to master since this release
970f9b5

Images can also be embedded in the notebook itself. Just drag an image file into the Markdown cell you are just editing or copy and paste some image data from an image editor/viewer.

The generated Markdown code will look just like a “normal” image link, except that it will have an attachment: prefix:

![a stick figure](attachment:stickfigure.png)

In the Jupyter Notebook, there is a speciall “Attachments” cell toolbar which you can use to see all attachments of a cell and delete them, if needed.