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 214 pygraphistry issues
Sort by recently updated
recently updated
newest added

This PR validates the edge encodings format, checking that the attribute for the complex encoding must exists as part of the edge schema.

Changes to work with nexus' dev/switch_org_api. Reviewed by Koa in progress.

**Describe the solution you'd like** Multiselect of nodes from datatable search and ability to run shortest path +++ on the selected nodes. - For graphistry UI, add multiselect from the...

enhancement

**Describe the bug** When calling register using SSO, databricks does not display the HTML link to the SSO login until after the timer has expired, which prevents the user from...

bug

**Describe the bug** When canceling (or getting an exception) during feat/umap, that gets cached for subsequent runs. We expect them to be not cached, e.g., recomputed, on future runs. **To...

bug
help wanted
good-first-issue

#### Starter script ```python3 import pandas as pd import cudf import graphistry df = pd.read_csv('https://gist.githubusercontent.com/silkspace/c7b50d0c03dc59f63c48d68d696958ff/raw/31d918267f86f8252d42d2e9597ba6fc03fcdac2/redteam_50k.csv', index_col=0) red_team = pd.read_csv('https://gist.githubusercontent.com/silkspace/5cf5a94b9ac4b4ffe38904f20d93edb1/raw/888dabd86f88ea747cf9ff5f6c44725e21536465/redteam_labels.csv', index_col=0) df['feats'] = df.src_computer + ' ' + df.dst_computer + '...

**Is your feature request related to a problem? Please describe.** A pygraphistry user couldn't find, with decent effort, how to set edge opacity to 0.1 ChatGPT hallucinated the wrong answer...

p3
docs

@silkspace do you know where I can find anything on predicates to fill it out? re: https://github.com/graphistry/pygraphistry/issues/530