Unverified Commit a1a43d98 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Doc] Update notebook (#5184)

parent fa74ea70
......@@ -35,7 +35,7 @@
{
"cell_type": "code",
"source": [
"# Uncomment below to install the required packages.\n",
"# Install the required packages.\n",
"\n",
"import os\n",
"import torch\n",
......@@ -43,7 +43,8 @@
"os.environ['DGLBACKEND'] = \"pytorch\"\n",
"\n",
"# TODO(Steve): change to stable version.\n",
"!pip install --pre dgl -I https://data.dgl.ai/wheels-test/repo.html > /dev/null\n",
"# Uncomment below to install the required packages.\n",
"#!pip install --pre dgl -f https://data.dgl.ai/wheels-test/repo.html > /dev/null\n",
"\n",
"try:\n",
" import dgl.sparse as dglsp\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment