Chris Holdgraf
Chris Holdgraf
## Workaround: Write to temporary text files and then use `{include}` I discovered this workaround today, it's a bit cludgy but isn't too hacky. It takes advantage of the fact...
Yeah I was thinking that too. It also made me wonder if the notebook cell MyST support could be more like the plugin structure, rather than making it language specific....
That sounds like a good idea. Though if it were the only way, then each kernel would need to have a package that outputs MyST right? The benefit of tags...
My idea was inspired by the way that you handled "black box" outputs for the executable plugins infrastructure. So below I'll share a Python and an R cell that would...
I decided to create a separate issue to track generating MyST AST directly from cell outputs, since that might be an easier short-term solution and get us part of the...
This would be really useful for educational use cases in general. It's something many people have requested! Especially if: 1. it is possible for some cells to *not* show up...
Just noting there was some discussion on the jupyter-education listserv today of folks asking whether it was possible to generate notebooks from "teacher copies" which reminded me of this feature.
As a simple starting point, why not just (over)write the logs to the `_build` folder every time the document is built (or, put it in in a logfile with a...
Right now, I don't believe this is possible, personally I think it would be a nice feature to implement though. Perhaps we can track it as an enhancement if we...
I suggest we list this as a child issue of https://github.com/jupyter-book/mystmd/issues/1259 and use it as a broader tracking issue for API support. Agree something like literal include for functions would...