aeturrell

Results 31 comments of aeturrell

Thanks for the very swift response and the pointers. Caption: smaller text that usually appears below charts and gives the source of the data or any other relevant contextual information....

Yeah I completely see that the subtitle and caption features need to be built in at a fairly low level otherwise very hard to implement. Having titles in `Plot.label` makes...

Super exciting, thanks for flagging!

Hello, Thanks for your positive feedback and clear suggestion! Do you know of any examples of how this is done with other Python packages? I'm trying to work out how...

Not made much progress on this yet, but confirmed that a Python quarto session works with the following ````markdown --- title: "Example Report" author: "Joan Robinson" format: html toc: true...

+1 to introducing support for poetry. My sense is that it has really taken off since this issue first opened.

I haven't been able to try it directly, but it does look like this is a bit of an issue for code-server. See, for example, [this issue](https://github.com/coder/code-server/issues/4777) and [this issue](https://github.com/coder/code-server/issues/3782)....

It does indeed support sparse matrices, according to the [documentation here](https://matthewwardrop.github.io/formulaic/basic/quickstart/#sparse-model-matrices). FYI (simply because it's interesting to see how others have done it-not because it's particularly intuitive), the R package...