Peter Parente

Results 259 comments of Peter Parente

I've been wanting to cut a release, but felt that we might want to address https://github.com/jupyter/nbviewer/issues/822 first so that we don't have a legacy pinned dependency.

A bit of background: We have Docker Hub configured to build images on every merge to master. We've only ever tagged 2 versioned releases in order to push a package...

@glenn-jocher It's probably best to report this issue in the Binder section of the Jupyter Discourse site at https://discourse.jupyter.org/c/binder/12. The binder project is handling the launch of a jupyter server...

I think the problem might be in this if-statement (https://github.com/jupyter/nbviewer/blob/master/nbviewer/providers/url/handlers.py#L57) which does not take a non-blank `base_url`.

@dsblank Thanks for the report. It looks like a recent refactor introduced a path bug for the raw notebook rendering somewhere.

When I look at both the original and workaround nbviewer URLs today, I see misrendered equations, regardless of whether they are using `$$` or `\begin{equation}` and `\end{equation}` syntax.

> Shouldn't we also add this as a feature to Jupyter notebooks? I think the line numbering support in jupyter/notebook cells is a feature of the CodeMirror editor. On nbviewer,...

Delayed submit and I crossed the streams a bit with #3. Thanks @mpacer!

Assuming `Math()` emits a mimetype bundle, we need to escape special characters just like we do with MathJax embedded in Markdown.

It might be possible. I think it would amount to passing through a bunch of raw HTML. I haven't looked at how that passes through the nbconvert HTML templates. Have...