Skip to content

Commit 7a7e9f6

Browse files
authored
Update Redirection Demo. (#259)
1 parent 39e84fa commit 7a7e9f6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

convokit/redirection/redirectionDemo.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"metadata": {},
3434
"outputs": [],
3535
"source": [
36-
"!pip install git+https://github.com/vianxnguyen/ConvoKit.git\n",
37-
"# !pip install -q convokit"
36+
"!pip install -q convokit"
3837
]
3938
},
4039
{
@@ -73,7 +72,7 @@
7372
"outputs": [],
7473
"source": [
7574
"# If you already have the corpus saved locally, load the corpus from the saved path.\n",
76-
"# DATA_DIR = '/Users/vian/.convokit/downloads/supreme-corpus'\n",
75+
"# DATA_DIR = 'YOUR DATA DIRECTORY'\n",
7776
"# corpus = Corpus(DATA_DIR)\n",
7877
"\n",
7978
"# Otherwise download the corpus\n",

0 commit comments

Comments
 (0)