nbviewer.js
nbviewer.js copied to clipboard
bokeh support
bokeh has very specific MIME in ipynb, see https://github.com/bokeh/jupyter_bokeh/blob/master/src/renderer.ts#L39
should we just hotload the js dependency if we see this MIME and then eval it?
we'd be starting a whole new era of potentially dangerous javascript evaluation