Spaces:
Running
Running
File size: 524 Bytes
d7ccb5f 1e5872f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# LynxKite Graph Analytics
This is a LynxKite plugin that provides a graph analytics environment.
Includes a batch executor operating on graph bundles and a collection of GPU-accelerated graph data science operations.
To use this, install both LynxKite and this plugin.
Then "LynxKite Graph Analytics" will show up as one of the workspace types in LynxKite.
```bash
pip install lynxkite lynxkite-graph-analytics
```
Run LynxKite with `NX_CUGRAPH_AUTOCONFIG=True` to enable GPU-accelerated graph data science operations.
|