Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for images #37

Open
rossant opened this issue Mar 10, 2015 · 2 comments
Open

Add support for images #37

rossant opened this issue Mar 10, 2015 · 2 comments
Labels

Comments

@rossant
Copy link
Owner

rossant commented Mar 10, 2015

  • Support Markdown image tags
  • Support embedded images in the notebook
    • Extract images from the notebook
    • Save them to a given location, as specified by a customizable ImageManager class (for example, images/image_003.png)
    • Add a Markdown image tag
@rossant
Copy link
Owner Author

rossant commented Jun 15, 2015

Further options for file naming:

  • Increasing image index
  • matplotlib's title()
  • from the first comment in the cell
  • from the plotting cell's metadata (ipymd.image.filename for example)

@Titan-C
Copy link

Titan-C commented Jul 22, 2015

+1 on first comment in the cell.
title might contain latex of many characters that need escaping
The image index would make it hard to follow when reviewing the image files alone as there is no relation to the content.
If plot is redone would the system overwrite the image, or keep writing new ones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants