Skip to content

Commit

Permalink
Update Sorensen notebook to use stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Liu committed Jul 26, 2023
1 parent 1e7cb63 commit c519590
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Use the cuGraph Datasets api to get the dataframe containing edge data\n"
"### Use the cuGraph Datasets API to get the dataframe containing edge data\n"
]
},
{
Expand All @@ -168,7 +168,7 @@
"outputs": [],
"source": [
"# Test file \n",
"from cugraph.experimental.datasets import karate\n",
"from cugraph.datasets import karate\n",
"gdf = karate.get_edgelist(download=True)"
]
},
Expand Down

0 comments on commit c519590

Please sign in to comment.