Philip Austin
Philip Austin
Also worth mentioning: https://joblib.readthedocs.io/en/latest/ which uses: https://loky.readthedocs.io/en/stable/
Added conf.py and build.sh to: https://github.com/phaustin/nbsphinx_issue/commit/1ca7c2cca4368fba5750d44bf2ad57d76fff9e65
yes, that fixed it -- many thanks. https://github.com/phaustin/nbsphinx_issue/commit/410c06be14f16a2ecc5fb284ae634715380d90b7#diff-75cd95cf232b668a98307e4d7c6242c9 Re -- custom_formats and jupytext --I think the round-trippable python format is very big deal for both research and teaching (and that...
It's definitely readable, but are there other benefits that would make it a substitute for jupytext py:percent? For us, making the primary repo format executable python has the major advantage...
I see -- for us there are two main features we get out of making python the archival storage format for notebooks: 1) clean diffs for version control -- we...
for sure -- personally a thing that might move me to add a new format would be large-project, publication-quality features -- especially table/equation/section cross-referencing across notebooks and conditional compilation flags...
Related to https://github.com/chrisjsewell/ipypublish/issues/133#issuecomment-615344179 -- we just converted stack of jupytext py files to myst, and the one gotcha is that the "language_info" metadata field is inferred when you're using py:percent,...
thanks for that hint: I had added `jupyter_execute_notebooks = "off"` because a couple of the notebooks prompted for input, so the notebooks weren't being executed.
I came over from nbsphinx, and the two things I missed at the start were parsing `` and bare latex environments -- these now in or in-process I think. Not...
You'll also need a recipe for jupyter-sphinx, and it would be good to include the utf8 fix: https://github.com/jupyter/jupyter-sphinx/pull/125/commits/7faaf29a97cba54d7d1cfb3914906cccaa56bbaa