Skip to content

Commit feb1f39

Browse files
authored
Add Colab Demo link to README (rapidsai#154)
Closes https://github.com/rapidsai/graph_dl/issues/805 ## Proposed Changes Add a section to the README to open a demo in Colab Authors: - Ralph Liu (https://github.com/nv-rliu) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#154
1 parent cd17bae commit feb1f39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
## Description
44
[nx-cugraph](https://rapids.ai/nx-cugraph) is a [backend to NetworkX](https://networkx.org/documentation/stable/backends.html) to run algorithms with zero code change GPU acceleration.
55

6+
## 🔍 Try it in Google Colab!
7+
8+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/rapidsai/nx-cugraph/blob/HEAD/notebooks/demo/nx_cugraph_demo_2506.ipynb)
9+
10+
---
11+
612
- [System Requirements](#system-requirements)
713
- [Installation](#installation)
814
- [Enabling nx-cugraph](#enabling-nx-cugraph)
915
- [Supported Algorithms](#supported-algorithms)
1016

11-
---
1217

1318
## System Requirements
1419

0 commit comments

Comments
 (0)