lmeyerov

Results 264 comments of lmeyerov

Discussion: How to switch / reset auth?

FYI, a bunch of fixes on main branch in case your CI has a lot of false positives. Still a false positive from py3.10 around mypi, but that should be...

fwiw, some good news here: the next release adds revocable api keys! so can move away from user/pass out of curiosity, why are you using the jwt token, vs just...

Moving discussion to https://github.com/graphistry/pygraphistry/discussions/300

Addition: also a `link` form. Maybe switch `render` to: ``` Plotter.plot(render: bool | 'link' | 'subpath' | 'iframe' | 'jupyter' | 'streamlit' | ...) ```

Repro: ```python import graphistry, hashlib, pandas as pd, pyarrow as pa df = pd.DataFrame({ 'x': [ 1, 2, 3], 'y': [ [1], [2,2], None] }) hashlib.sha256(pd.util.hash_pandas_object(df, index=True).values).hexdigest() ``` Potential fix:...

@silkspace can we delete this pr/branch, i think it's already merged?

Continuing the issue: Some notebooks have py2.7 baked in the runtime