lmeyerov
lmeyerov
Partially addressed via https://github.com/graphistry/pygraphistry/pull/195 : Avoid reuploads with `api=3` + `.plot(as_files=True)`
Defer to 2.41 due to pyarrow deps
We should revisit as_files/memoize after https://github.com/graphistry/pygraphistry/issues/202
Hi @jukkahuhtamaki , a couple of thoughts: -- Can you generate & embed a plot, then remove your credentials? If helpful, you can get the url by opening in a...
Hmm, interesting. I can imagine a few variants here to smooth running someone else's cells: UX: - [ ] explicit login `graphistry.login()` / `graphistry.logout()` vs auto-triggering on `.plot()` ? -...
Great -- and thoughts on your use case: - should logged out user `.plot()` cells 'fail', or continue with a 'warning' (cell: 'login and rerun cell to generate plot')? Failing...
Based on various discussions, sounds like we should enable a notebook mode: * When in Jupyter (autodetect) or explicitly enabled via `.register(mode='login_widget')` (default: `auto`, alt: `api`) * Plot call, if...
Triage: Next step is reproduction * FF bug, or loading race bug that gets fixed w/ dynamic api reworking?
This impacts file uploader users
Maybe related, but supposedly already fixed in 0.19: https://github.com/graphistry/pygraphistry/issues/226