Commit graph

11 commits

Author SHA1 Message Date
John Miller
111826958f Process all output types on json export.
We were only selectively fixing the mime type for execute_result outputs, now we
treat those the same as we do display outputs. Also fixed image/svg+xml MIME
type wherever I could find it.
2019-02-09 13:36:37 -06:00
John Miller
d201dfadc4 Doc, dependency updates. Tweaks for Emacs 24 compatibility. 2017-07-30 11:37:44 -05:00
John Miller
c97c85eae8 ein-cell-output: Remove duplicate code. 2017-05-18 10:17:10 -05:00
John Miller
0ea4a9adef Cleaning up compile warnings.
Slowly move towards cl-generic instead of EIEIO.

Got rid of json encoding defadvices. So far so good.
2017-03-16 16:16:16 -05:00
Guillaume Anciaux
1c549e72d7
addîng the slide info in prompt and allow switch slide type with C-c C-d 2016-07-19 10:37:00 +02:00
John Miller
6170931932 Cleanup, documenting options for inline Latex images 2016-04-12 17:35:37 -05:00
John Miller
21d0166851 Close but no cigar - fix image types when saving.
Notebooks created directly from ein store image data differently than
notebooks created from the web interface. We now try to fix that when
saving notebooks.
2016-01-07 05:55:30 -07:00
John Miller
7ae7511ad6 Wrong attribue for stream names.
Should use :stream, not :name (which isn't actually an attribute in the
ein structure).
2016-01-05 16:35:39 -07:00
John Miller
e6e9c29e3e Add stream and error outputs
Support saving stream and error outputs in nbformat v4.
2016-01-04 20:41:09 -07:00
John Miller
a1489613ac Fixing null in output metadata
Somewhat hackish solution by defadvicing json.el code to
overcome possible bug in said code. Apparently
`json-encode` does not handle nested empty hash tables properly.
2016-01-03 08:23:55 -07:00
John Miller
a4ab2a52f5 Simplifying and fixing code for saving notebooks
Code for generating v4 notebook json much cleaner and easier to
understand. As added bonus have fix for saving images.
2015-12-22 12:32:21 -06:00