pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

Results 181 pygraphistry issues
Sort by recently updated
recently updated
newest added

**Describe the bug** g.register() for various configurations are not working as expected. **To Reproduce** Code, including data, than can be run without editing: ``` pip install git+https://github.com/graphistry/pygraphistry@org_sso_login --user graphistry.__version__ #check...

bug
p1

**Is your feature request related to a problem? Please describe.** When sharing graphs with others, especially via going from private server / private account -> public hub, such as for...

enhancement
help wanted
good-first-issue

adds: * sitewide sso * org sso * personal key

security

Maybe datetime handling is having issues? `pygraphistry/docker$ ./test-gpu-local.sh ` => ``` =================================== FAILURES =================================== _________________ TestDGL.test_build_dgl_with_no_node_features _________________ self = @pytest.mark.skipif(not has_dependancy, reason="requires DGL dependencies") def test_build_dgl_with_no_node_features(self): g = graphistry.edges(edf, src,...

bug

Test against eks-dev2 + @webcoderz for visibility

**Describe the bug** 1-3 sentences is fine 💪 site wide ORG SSO not functional in latest [org sso k8s new branch](https://github.com/graphistry/graphistry/tree/org_sso_k8s_new) **To Reproduce** Code, including data, than can be run...

bug
p1

Clear exns that state the problem & where applicable, solution - [ ] Old graphistry server - [ ] Unknown idp - [ ] Org without an idp

Second example (hypergraph) fails under api=1 * it should work * and if intentional, should tell people to set api=3

bug
p3
docs

A user report seeing exception: >> ConnectionError: HTTPSConnectionPool(host='###.###.com', port=443): Max retries exceeded with url: /api-token-auth/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) On connection...

bug
help wanted
p4
good-first-issue

To install all: `conda install -c pygraphistry_dev graphistry-dev` To install one package: `conda install -c pygraphistry_dev graphistry_dev.graphistry_core` Right now action is only run manually. Currently configured for the dev anaconda...