Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
a1a43d98
Unverified
Commit
a1a43d98
authored
Jan 17, 2023
by
Minjie Wang
Committed by
GitHub
Jan 17, 2023
Browse files
[Doc] Update notebook (#5184)
parent
fa74ea70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
notebooks/sparse/quickstart.ipynb
notebooks/sparse/quickstart.ipynb
+3
-2
No files found.
notebooks/sparse/quickstart.ipynb
View file @
a1a43d98
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
{
{
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
"#
Uncomment below to i
nstall the required packages.\n",
"#
I
nstall 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",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment