Ivo Flipse

Results 74 comments of Ivo Flipse

I'm not sure if this is in scope for fastplotlib, but pygfx should give you the important building blocks to build something like this in Python (e.g. easy-to-use 3D graphics,...

For the store model that @clewis7 is referring to, you should checkout https://github.com/fork-tongue/observ It was developed to be used in GUIs like the one you're developing to handle exactly these...

You can also consider adding the PEP 723 support to define that the examples require fastplotlib to run. You can also use a uv shebang so you can invoke it...

I've been following the discussions about subinterpreters on Discuss.python.org and I suspect this won't be as easy as you'd like. You'll likely have to load data for each subplot in...