Ondrej Kokes
Ondrej Kokes
The tool is getting some traction, so it might deserve its own domain.
There are quite a few fields that may be plain strings or arrays of strings - we handle them in various ways - either via typeofs or Array.isArray. We should...
Microsoft forked this for their Azure offering. Go through their [changelog](https://github.com/Azure/ipynb-renderer/blob/master/marketplace/changelog.md) and see if there are things we could merge in. They kept the file structure mostly intact, so we...
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...
Since it's quite hard to build proper tests (see #33), we can start by having non-automated visual tests. What I envisage the workflow to be: 1. Take screenshots of various...
Both Prism and Marked are seriously outdated.
I presume those are accessible via the API
There seem to be javascript issues with encoding/decoding base64 data with non-latin characters.
There are many things that could go wrong, add UI-visible error reporting: - URL does not match what we need (see the regexp) - data is not fetched from the...