harrylojames
harrylojames
I am having the same issue. Are there any further updates or insights people could offer?
Any news? "share Cache object between multiple from_dict calls, so it's nice performance improvement if you want to build many objects of a single dataclass." This would be great!
Hey appreciate your work on this package and glad to see this is reproduceable and captured in the CI pipeline. Looking at the changes between 3.5.12 and 3.5.13 my money...
Really appreciate this pull request being put together. Worked almost flawlessly for me. I've pulled it and have encountered a few issues - please see suggested changes.
Currently this throws an error "RuntimeError: unknown format: html" To avoid switching between renderers for the html file type would it make sense to include a line to render htmls...
@wirhabenzeit Apologies, if you set the extension to html I get this error. Are you able to reproduce with that? ``` penguins = pl.read_csv("https://github.com/juba/pyobsplot/raw/main/doc/data/penguins.csv") op({ "color": {"legend": True}, "marginLeft": 80,...
Hi @juba, Thank you for adding this issue. If the `typst` renderer is added this issue will mean that plots such as [this](https://observablehq.com/@observablehq/plot-static-annotations?intent=fork) can't be exported to png etc.. I...
I believe this is now the relevant issue https://github.com/jupyter-widgets/ipywidgets/issues/3888
Observable use [this](https://github.com/bubkoo/html-to-image). Happy to try adding a function to pyobsplot-js if you think that would make sense
Great - I'll give that a go. It was mentioned in a discussion [here](https://github.com/observablehq/plot/discussions/1936).