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

files size of 1.5 mb take lot of time to load #16

Closed vivekangadi1 closed 5 years ago

vivekangadi1 commented 6 years ago

I basically send the json parsed ipynb data from my frontend angular 6 to backend nodejs which converts and renders me a html code. when the file size is greater than 2mb it gets stuck for ever. i do not get any response. but when the file size is less than 1mb its rendering me the html. i am using notebook.js 0.3.1.. can someone help me in this

jsvine commented 5 years ago

Hi @vivekangadi1, is this still causing problems for you? If so, could you provide code/data that reproduces the problem?

Thanks, Jeremy