Matt McKay
Matt McKay
This should be done in January 2020
Look into how `pandoc` is called by `nbonvert` to see if there are any benefits to swap over to use direct translation with `pandoc`. (i.e. can we use `pandoc` filters...
It would be nice to implement code execution at the `transform` layer of sphinx to have shared execution for the different targets `html`, `coverage`, `download notebooks` and code block level...
Currently failures are reported within `ipynb` formatting ``` distributed.worker - WARNING - Compute Failed Function: preprocess args: ({'cells': [{'cell_type': 'markdown', 'metadata': {}, 'source': '\n\n\n \n \n \n'}, {'cell_type': 'markdown', 'metadata':...
IT would be nice to have the lecture sites used as complete test cases to compare with using static rst -- at some tagged point in time.
https://github.com/QuantEcon/sphinxcontrib-jupyter/blob/ac828e0b165fa81bc5b4073ec604faee965ceabc/sphinxcontrib/jupyter/builders/jupyter.py#L167
This could be useful for copying static assets such as `images` and `download` files https://www.sphinx-doc.org/en/master/extdev/collectorapi.html?highlight=download#sphinx.environment.collectors.EnvironmentCollector when we do a re-write of the extension.
@AakashGfude. I am tidying up while writing documentation. We have both: `jupyter_execute_nb` and `jupyter_execute_notebooks`. Are these redundant? I think I prefer to use `jupyter_execute_notebooks` which is slightly more verbose but...
Some elements of this extension default to parsing `python` and `julia` languages. This should be reviewed so the extension is language agnostic. this mainly affects `coverage` report production.