Chris Sewell

Results 256 issues of Chris Sewell

and copy to file location when serving webrowser (if can't connect to central one)

question

This has previously been achieved (to some extent), as jupyter notebook extension, by [jupyter_latex_envs](https://github.com/jfbercher/jupyter_latex_envs). But, at present, it doesn't appear to have been updated for notebook 5.0 and was quite...

enhancement

and add label \label{chapter-name} https://www.sharelatex.com/learn/Sections_and_chapters Thought it might be possible via ((* block h1 -*))\section((* endblock h1 -*)), but looks like they removed this in/after IPython 3.x

enhancement

I can probably do this if you want?

enhancement

Once https://github.com/jupyter/jupyter-sphinx/pull/159 is merged and jupyter-sphinx v0.3.2 is released

documentation

> How do you trigger the conversion though For SVG in standard rST files the conversion is just triggered by adding the extension to `conf.py` ([sphinx.ext.imgconverter ](https://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html?highlight=imgconverter) or [sphinxcontrib-svg2pdfconverter](https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter)). Obviously...

documentation
enhancement

Now that nbformat has implemented cell IDs as part of the notebook specification (see https://github.com/jupyter/nbformat/commit/9ede360590e26ef0118a86cfb27b614191821577 and the JEP https://jupyter.org/enhancement-proposals/62-cell-id/cell-id.html), in may be good to use these as the means to...

enhancement
:label: glue

Currently, these cells are just ignored. We should maybe assess `nb.metadata.raw_mimetype`, which will be e.g. `text/html`, then do the same as the `only` directive does, to only output it given...

enhancement
:label: glue

Currently in myst-parser, to be overly cautious, this defaults to `False`. But as noted in https://github.com/executablebooks/jupyter-book/issues/1181, in Jupyter/JupyterLab this is the default, so probably also should be here.

enhancement

This has essentially been reported in #309, #315 and executablebooks/jupyter-book#1299. Its a known issue that I'll explain here: So the heart of the problem, as I have recently explained in...

enhancement