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

currently must: ``` from graphistry.pygraphistry import PyGraphistry PyGraphistry.api_version() ``` which is not discoverable

enhancement
help wanted
good-first-issue

Create explicit iframe generation helper, and associated cleanup, as it frequently comes up in integrations: * add allow=fullscreen to existing allow list * expose as part of plotter and highlight...

enhancement

First register call often fails; at a minimum, add a retry Ex: `WARNING: Could not contact hub.graphistry.com. Are you connected to the Internet?`

enhancement

Richer title bindings: * prioritized list (similar to /pivot's), hitting on first: `bind(point_title=['name', 'label', ...])` * hierarchical (for type dispatch): `bind(point_title=[{'type': {'car': 'model', 'pet': 'name'}}])`

enhancement

When running the provided code from the 'get started quickly' section on the graphistry site: graphistry.register(api=3, protocol="https", server="hub.graphistry.com", token="...") I get the following: Traceback (most recent call last): File "C:\Users\bonkr\PycharmProjects\semnet\venv\lib\site-packages\graphistry\pygraphistry.py",...

bug

Firefox is not rendering the background color correctly, it stays black. Firefox version is 84.0.2 (64-bit) running on Windows 10. ![image](https://user-images.githubusercontent.com/23718156/105614110-6e93ff00-5dc7-11eb-8ef5-dd474b99a081.png)

bug

An explicit hw/sw requirements doc may help. It can cover only the Python client side, and defer viz client + GPU server discussion to https://github.com/graphistry/graphistry-cli/blob/master/hardware-software.md . Would help w/ issues...

docs

* Good news: The new GHA will reject on flake8 errors, and a bunch are on by default via the cleanup in https://github.com/graphistry/pygraphistry/pull/206 ! * Less good news: Skip list...

enhancement
help wanted
good-first-issue

Demo of multi-GPU with RAPIDS.ai + Graphistry - [ ] embeddable in Graphistry getting started dashboard: smart defaults listed - [ ] show both out-of-core + multi-gpu - [ ]...

help wanted
docs
good-first-issue

Especially in distributed settings, a bit of compression can go a long way for faster uploads: ### Easy wins The current REST API supports compression at several layers: - [...

enhancement
help wanted
good-first-issue