"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "96ddf41088e52288e4f7b6e683a23df07d52bdbb"
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 @@ ...@@ -35,7 +35,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Uncomment below to install the required packages.\n", "# Install the required packages.\n",
"\n", "\n",
"import os\n", "import os\n",
"import torch\n", "import torch\n",
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
"os.environ['DGLBACKEND'] = \"pytorch\"\n", "os.environ['DGLBACKEND'] = \"pytorch\"\n",
"\n", "\n",
"# TODO(Steve): change to stable version.\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", "\n",
"try:\n", "try:\n",
" import dgl.sparse as dglsp\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