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

When using `as_files=True`: * should compare settings * should check for use-after-delete

bug

**Is your feature request related to a problem? Please describe.** Gremlin (neptune) graph manipulation acts on edge IDs, as do other systems, yet generic helpers cannot reason about its name...

enhancement
neptune

**Is your feature request related to a problem? Please describe.** Sagemaker notebooks are https, yet using a private graphistry marketplace ami launches as http, so a default upload ends up...

enhancement
help wanted
neptune

**Is your feature request related to a problem? Please describe.** We should make it easy to use pygraphistry alongside the notebook magic @ https://github.com/aws/graph-notebook **Describe the solution you'd like** -...

enhancement
neptune

I would like to create a Jupyter Notebook that uses Graphistry and Voilà and run it on Binder. However, I do not perceive a way to share Graphistry credentials in...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, taking an out-of-band gremlin result requires `g2 = g.resultset_to_g(rs)`. That's not super discoverable nor memorable. **Describe the solution you'd...

enhancement
gremlin

**Is your feature request related to a problem? Please describe.** More examples (and support) **Describe the solution you'd like** - [ ] Neptune Sagemaker instance graphistry server - [ ]...

docs
good-first-issue
gremlin

**Describe the bug** `dask_cudf` engine failing on hypergraph unit test **To Reproduce** ```python edges_gdf = cudf.DataFrame({'x': ['a'], 'y': ['c']}) n_dgdf, e_dgdf = edges_to_hypergraph(edges_gdf, {'direct': True, 'engine': 'dask_cudf'}) # g =...

bug

**Is your feature request related to a problem? Please describe.** As part of every release, include a bill of materials digest **Describe the solution you'd like** Ex: https://cyclonedx.org/use-cases/

enhancement
help wanted
good-first-issue

**Is your feature request related to a problem? Please describe.** PyGraphistry should pass security scans for sensitive environments and ideally with an audit trail **Describe the solution you'd like** -...

enhancement
help wanted
good-first-issue