Matt McKay

Results 700 comments of Matt McKay
trafficstars

we haven't implemented support for `raw` yet. I wonder if we enclose that in a ``.. only:: html`` if that would work?

@AakashGfude are we adding `raw_node` support as part of the PDF work?

- [ ] alternatively does export from matplotlib to `pdf` write a `raster` type image? Should we just swap from `svg` to `pdf`? But I guess that doesn't work as...

More detailed discussion of this is https://github.com/QuantEcon/sphinxcontrib-jupyter/wiki/Extension-Refactor-and-Redesign-(November-2019)

in the future we can also investigate using `notebook` attachment for a fully unified distribution experience.

PR #125 offers an implementation that wasn't merged becuase the extension has undergone a substation rewrite and can no longer be merged.

@arnavs I don't see this being implemented until `v0.6` release. Let me know if that is a problem.

PR #84 starts this work to include a new directive to get more control over the jupyter notebooks, including the option of cell-break (e.g., when the text is too long)...

@AakashGfude we should run through the entire list of options and review them to see if they should act `globally` or be inside one of the pipeline specific configuration dictionaries.