jsvine / notebookjs

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

failover to globalThis #55

Closed kurmasz closed 1 month ago

kurmasz commented 4 months ago

This small change fixes the problem I mentioned in this issue: https://github.com/jsvine/notebookjs/issues/54

There might be additional changes that would make the library even more robust; but, this one line is all I need.

nwalters512 commented 2 months ago

@jsvine is there anything I can do to help move this along?

jsvine commented 1 month ago

Thank you @kurmasz and @nwalters512, and apologies for the delay in incorporating. Merging now.