Jay Qi
Jay Qi
We should document alternative tools and provide some light discussion about differences. ## Jupyter Notebook conversion / alternative formats - [nbconvert](https://nbconvert.readthedocs.io/en/latest/) - [jupytext](https://github.com/mwouts/jupytext) ## Jupyter code review tools - [nbdime](https://nbdime.readthedocs.io/en/latest/)...
`nbconvert` requires a LaTeX engine to convert to `pdf`. We need to figure out the best way to install this in our CI pipeline so we can test the `pdf`...
nbconvert v6.0 introduced a new `webpdf` format that generates a PDF via HTML rather than via LaTeX. https://nbconvert.readthedocs.io/en/latest/usage.html#convert-webpdf This may need some work on dependencies for CI, since it requires...
nbconvert has built-in templates that allow alternative versions of their formats. https://nbconvert.readthedocs.io/en/latest/usage.html#supported-output-formats It may be useful to support specifying them.
There are three names being used for the `.nbautoexport` config file: - `SAVE_PROGRESS_INDICATOR_FILE` - "sentinel" - "config" We should use one name to make the code easier to read. `config`...
Some of the export formats depend on pandoc or LaTeX, which are not trivial dependencies. One way we can control whether to skip tests is to use custom command-line options...
Please release the Python client on PyPI. Thank you.
The last documented release in [NEWS](https://github.com/romainfrancois/highlight/blob/master/NEWS) is 0.4.5 from 2015-04-15. Then 0.4.7 a few days later on CRAN (though not documented). Since April 2015, there have been 3 additional releases:...
- [ ] PyPI version badge - [ ] conda-forge version badge (Depends on #367) - [ ] CI tests workflow badge --- Probably should also add instructions for the...