Maarten Breddels

Results 879 comments of Maarten Breddels

> I think this error or a version of it is back. Previously the [Mesa tutorial](https://mesa.readthedocs.io/en/latest/tutorials/visualization_tutorial.html) rendered fine in colab but now it is not rendering. It's a similar error...

The error by @tpike3 is solved by https://github.com/widgetti/solara/pull/763 (Solara 1.39.0) but the plotly error is not related to this I think. @ramnathv did you try a normal plotly figure, and...

Looks good! Lets see if it's still green when merged :)

I got this working at: https://py.cafe/maartenbreddels/sqlite-vec-demo I tried to keep a bit of a log, so this can easily be reproduced One ingredient is this, sqlite with extensions enabled (i...

> > I manually patched the loadable_path to workaround an emscripten issue: > > Would be interested in a reproduction for this. https://github.com/pyodide/pyodide/issues/5175 :)

I debugged the issue (after making websocket messages available again https://github.com/jupyter-server/jupyter_server/pull/657#issuecomment-3355237142 ) And the problem is: 1. Calling export_to_buffer will call self.export(f) which will call save_figure, which will ask bqplot...

> If we later work out a fix (or Maarten does) What does not work as expected?

Code annotations should work now: https://github.com/py-cafe/mkdocs-pycafe/pull/5

We already do this, although it's not that clearly visible from the workflow file: https://github.com/widgetti/solara/blob/0f5facd9a513161584792100ed4c4e07a0d036bb/.github/workflows/test.yaml#L301 If we run during the night, we don't use the lockfile, and we indeed saw...

ok, this is with --pre actually, hmm, i'm not sure if solara should be doing that, i think that's really for core ecosystem libraries (numpy, pandas) to do, less so...