lmeyerov
lmeyerov
CI failing?
I think the latest `master` has that fixed, so merge it in?
Can you switch the gist to https://gist.github.com/lmeyerov/61a6a7d5fa0dbe51e786ed52408ac360
Minimal repro: ```python e = e_undirected e_df = pd.DataFrame({ 's': ['a', 'b'], 'd': ['b', 'c'] }) n_df = pd.DataFrame({ 'n': ['a', 'b', 'c'], 'o': ['o', 'e', 'o'], 'v': [0, 1,...
ci failed due to spurious pypi bugs, kicked it off again
I think just this guy: https://github.com/graphistry/pygraphistry/blob/master/.readthedocs.yml
I think we want to keep the `sphinx` and target `formats` in the current https://github.com/graphistry/pygraphistry/blob/master/.readthedocs.yml , and the current `extra_requirements: ... dev` may take care of all the needed dependencies...
If helpful, `dev` would pull in all these dependencies: https://github.com/graphistry/pygraphistry/blob/ebc63be22b10acdd86aabd0a0187178559a21f1d/setup.py#L59
@dess890 you can see the entries here: https://github.com/graphistry/pygraphistry/tree/master/graphistry/compute/predicates weirdly: * they do get listed here: https://pygraphistry.readthedocs.io/en/latest/graphistry.compute.predicates.html * ... no examples * ... and weird nav bar listing name+position from a...
@dess890 just checking in here, saw this was dangling