I don't really like having to call display on every figure or "sub-figure" in a cell with multiple figures. There is a way to not have to do this in QuartoNotebookRunner - we can create a struct which QNB knows to expand. This way we can simply pass all of the figures in a hidden line.
The QNB devs are using this internally so we're reasonably sure it won't break.
Two questions arise.
I don't really like having to call
displayon every figure or "sub-figure" in a cell with multiple figures. There is a way to not have to do this in QuartoNotebookRunner - we can create a struct which QNB knows to expand. This way we can simply pass all of the figures in a hidden line.The QNB devs are using this internally so we're reasonably sure it won't break.
Two questions arise.