Skip to content

Commit

Permalink
Clears the output of all cells.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Jan 30, 2025
1 parent 812de23 commit 631f43e
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions notebooks/demo/nx_cugraph_jaccard_movie_recommender.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "544b8e4c-2f07-41c1-a8f9-c4f648f8159f",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -49,22 +49,10 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "7ad8b81e-b3e7-4f59-998c-ec800c3b99ce",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"nvcc: NVIDIA (R) Cuda compiler driver\n",
"Copyright (c) 2005-2022 NVIDIA Corporation\n",
"Built on Wed_Sep_21_10:33:58_PDT_2022\n",
"Cuda compilation tools, release 11.8, V11.8.89\n",
"Build cuda_11.8.r11.8/compiler.31833905_0\n"
]
}
],
"outputs": [],
"source": [
"!nvcc --version"
]
Expand Down Expand Up @@ -101,19 +89,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "1cd431a9-ef4b-4bf6-a2ae-e85b1cc1bfd2",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"env: NX_CUGRAPH_AUTOCONFIG=True\n",
"using networkx version 3.4.2\n"
]
}
],
"outputs": [],
"source": [
"%env NX_CUGRAPH_AUTOCONFIG=True\n",
"\n",
Expand All @@ -136,7 +115,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "e717c0c1-2510-4121-a1a2-6b8d695aff40",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -167,7 +146,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "19ba9f34-820a-43ed-9f3b-6610f74e083f",
"metadata": {},
"outputs": [],
Expand Down

0 comments on commit 631f43e

Please sign in to comment.