lmeyerov

Results 339 comments of lmeyerov

@dcolinmorgan still conflicts w main

I was just trying on colab, and still a weird experience on this PR, here is CPU/umap_learn: ```python ! pip install -q graphistry[umap_learn] ! pip install -q git+https://github.com/graphistry/pygraphistry.git@dev/depman #[umap_learn] import...

howdy! `main` has gone forward a bunch since this, see conflicts i think it's easier and preferable to land this first. i've been more in this repo recently on multiple...

What i mean is we don't need to do the extra aliasing step of linking of bin/docker-compose to some install I'm unsure if install docker installs 'docker compose' or we...

Yeah I'm guessing plot without register, and for complex encodings, maybe missing api=3 (which we should default to as that's annoying, it's been a long time coming cc @mj3cheun @aucahuasi...

RE:Automatic login in notebooks, Looking a bit more, maybe we can shuttle the `graphistry_jwt` cookie in graphistry servers via a notebook extension: https://chatgpt.com/share/550c2c64-e1ae-4009-8fe4-ed67baf86f49 Alternatively, maybe we can make .plot() in...

Are we confident they `pip install graphistry[umap-learn]` and not `pip install graphistry` ? Related: The warning should get friendlier w/ https://github.com/graphistry/pygraphistry/pull/578#issuecomment-2295469268 , on my TODOs to test a bit more...

GitHub now has hosted GPUs for GHAs, I think just T4s, if that helps? Unsure which GPU is being used, whether those or older via self-hosted runners

@mj3cheun this feels more like a graphistry thing than a pygraphistry, right? - in ui, the ability to change the kind of histogram - in the REST protocol, maybe give...

Yes, it is useful to distinguish layout from rendering -- `g.layout_graphviz().plot()` would use the graphviz `dot` engine to layout and then graphistry to render (webgl iframe), while `g.layout_graphviz(render_to_disk=True)` would use...