Ondrej Kokes

Results 204 issues of Ondrej Kokes

This one is really broken in nbviewer.js https://github.com/jupyter/nbformat/blob/master/nbformat/tests/test3.ipynb

As discovered in #28, we sometimes render multiple cell outputs, but we should always render just one. There is an ordering defined [in nbconvert](https://github.com/jupyter/nbconvert/blob/master/nbconvert/utils/base.py#L16), so we should check each when...

I'm not sure what the best course of action here is. Whether we should just care about DOM generation or if we should go full "screenshot testing" - using Selenium...

There is basic wrapping implemented in https://github.com/kokes/nbviewer.js/commit/1aa90456b239de2ef0e599f34363ac6556d460b4, but I'd like it to be extended to all `pre` elements - well, all but code inputs, which should overflow: scroll. Also, make...

There is a clear explanation of the spec on the [nbformat page](http://nbformat.readthedocs.io/en/latest/). There's also a JSON spec for both [v3](https://github.com/jupyter/nbformat/blob/master/nbformat/v3/nbformat.v3.schema.json) and [v4](https://github.com/jupyter/nbformat/blob/master/nbformat/v4/nbformat.v4.schema.json). There's a few things we're not supporting -...

Try `1/0` in a cell and then render here, it won't work. We need to handle `output type: error`. ``` { "cell_type": "code", "execution_count": 180, "metadata": {}, "outputs": [ {...

There have been multiple requests to support rendering the file upon a double click. An initial implementation is in /cmd/, it's a Go file that embeds all the necessary JS/HTML/CSS,...

Currently dependent on Marked and Prism.js, but ideally modular with respect to both. The Markdown converter should be trivial (assuming it doesn't break potential LaTeX support), the code highlighter might...

(Updating to Sierra, I managed to destroy my local brew/node toolkits, so I can't set it up now.)

Option in `settings`. Render TOC based on h1-h6. Do not presume that a given Markdown library creates relevant header IDs.