Hacker News new | ask | show | jobs
by abdullahkhalids 601 days ago
I created something similar in emacs for markdown [1,2]. The real feature needed is to connect to ipython, so images etc can be embedded into the markdown file as a image link. Don't know how to do this.

[1] https://gist.github.com/abdullahkhalids/83055b1abbd2cdf2416a...

[2] Yes, I know about org-mode and I do use it.

1 comments

I use comint-mime [0] to show images in IPython buffers started with `M-x run-python`.

[0]: https://github.com/astoff/comint-mime

Thank you. This is very nice. The short code is very readable and tells me how to integrate ipython correctly.