jsvine / notebookjs

Render Jupyter/IPython notebooks on the fly, in the browser. (Or on the command line, if you'd like.)
MIT License
278 stars 47 forks source link

Fix rendering of SVG #14

Closed rubenv closed 6 years ago

rubenv commented 6 years ago

Looks like the content type might be wrong.

See https://github.com/gogits/gogs/issues/5077 for a sample notebook.

rubenv commented 6 years ago

@jsvine This is a trivial PR, if you have the time, could you roll a new release with this one? Allows fixing gogits/gogs#5077.

jsvine commented 6 years ago

Thanks, @rubenv! Good catch. Merged, pushed, and published. Now available in notebookjs==0.3.0.

rubenv commented 6 years ago

@jsvine thanks a lot!