Skip to content

Commit 6065ff9

Browse files
committed
Add Colab instructions
1 parent d1d6a81 commit 6065ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Explore CoDEx.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"To [run this notebook remotely on Google's Colab platform](https://colab.research.google.com/github/tsafavi/codex/blob/master/Explore%20CoDEx.ipynb), uncomment and run the lines in the following cell: "
7+
"If you're running this notebook locally on your own machine, you can ignore the following cell. If you want to [run this notebook remotely on Google's Colab platform](https://colab.research.google.com/github/tsafavi/codex/blob/master/Explore%20CoDEx.ipynb), uncomment and run the lines in the following cell: "
88
]
99
},
1010
{
@@ -16,8 +16,8 @@
1616
"# !git clone https://github.com/tsafavi/codex\n",
1717
"# %cd codex\n",
1818
"# !./extract.sh en # unzip all KG text in English\n",
19-
"# !pip install -r codex/requirements.txt\n",
20-
"# !pip install -e codex/"
19+
"# !pip install -r requirements.txt\n",
20+
"# !pip install -e ."
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)