Dominik Moritz
Dominik Moritz
Yes. I'm planning to work on a Python API for vgplot this semester.
https://pypi.org/project/gosling/ by @manzt looks neat as well and can be an Inspiration. I like how he used Altair as a submodule to get schemapi (which probably should have another release)....
Thanks for the pointer! We should explore that. > but I wonder with the relatively simpler mosaic JSON schema it would be easier to generate Python API from the JSON...
I don't care too much what the source of truth is but I'd like ts and python types. The ts types are being used.
We have a working prototype at https://github.com/cmudig/mosaic/pull/10. It would be awesome if you could compare your approach to that one. If the current one is better, feel free to send...
We use uv internally so that makes sense to me. I haven't used pixi so would not be in support of documenting it.
Yeah, I've used conda a bunch. I'd say let's restrict it to pipx and uv since one is standard and the other one is what we use internally. There are...
pipx is maintained by the Python Packaging Authority and has been around for a while. uv came out this year. People are more familiar with pip.
I don't control the instance unfortunately. For now, please use the versions that run entirely in the browser.
Hmm, I want to make sure we have something generic. for very specific methods, you can always add them at runtime. But let's see whether we can have maybe generic...