Skip to content

Commit 685bdad

Browse files
committed
Fix datasets API (no longer experimental)
1 parent 553ecd6 commit 685bdad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/algorithms/layout/Force-Atlas2.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
" OPTIMIZE=True\n",
207207
"\n",
208208
" # Import a built-in dataset\n",
209-
" from cugraph.experimental.datasets import netscience\n",
209+
" from cugraph.datasets import netscience\n",
210210
"\n",
211211
" # Setup Viz\n",
212212
" client = Client()\n",

readme_pages/property_graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import cugraph
2525
from cugraph.experimental import PropertyGraph
2626
2727
# Import a built-in dataset
28-
from cugraph.experimental.datasets import karate
28+
from cugraph.datasets import karate
2929
3030
# Read edgelist data into a DataFrame, load into PropertyGraph as edge data.
3131
# Create a graph using the imported Dataset object

0 commit comments

Comments
 (0)