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 ReferenceError & Add Error Handling #9

Closed Sumukh closed 5 years ago

Sumukh commented 7 years ago

To replicate: Try rendering a notebook with this cell

from IPython.display import display,Javascript 
display(Javascript('IPython.notebook'))
jsvine commented 5 years ago

My apologies for not getting to this PR sooner. Most of the issues fixed in it have, I believe, been resolved. And your KaTeX solution is great! Really appreciate it. I've used your code for that in https://github.com/jsvine/notebookjs/pull/19 and added your handle to the "Thanks" section of README.md.