Caitlin Lewis
Caitlin Lewis
@lkoch97 Here's a pip freeze in an environment that I setup and got DEG working on, Linux and CUDA v12 on a RTX 3090 [deg_requirements.txt](https://github.com/jbohnslav/deepethogram/files/11580482/deg_requirements.txt)
I think this sounds like a good idea! I'm trying to think how relevant it would be to expand a data array or just whatever the array repr returns...
> Actually the better way to do this might be to put it on dockerhub with a few variations: > > 1. Barebones, only with `wgpu` > 2. With `fastplotlib`...
just to clarify.... currently adding a graphic to a plot returns a `__repr__` that looks like this: `````` but we want to return `__repr__` as they were before? ```ImageGraphic @...
yes, and if you call `__repr__` on the proxy object that gets returned it will also give the correct `__repr__` for a graphic
so maybe just overriding the `__repr__` method for the proxy so that it actually returns the `__repr__` of what the proxy is pointing to as opposed to the current `__repr__`...
I change my mind, I think we should do an FAQ page and put this info here
Just to clarify... Under this model we are completely revamping the interactivity abstraction layer to handle all interactivity using the `add_event_handler` function? A user will always have to pass a...
Currently, the issue that I am running into is that in the `conf.py` I am forcing offscreen rendering but then when I go to make the html the wgpu canvas...
Would we want to host this neurowidgets library in the `fastplotlib` organization, or will we want this to be hosted somewhere else?