Skip to content

Commit

Permalink
Update Redirection Demo. (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhangkx8 authored Dec 31, 2024
1 parent 39e84fa commit 7a7e9f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions convokit/redirection/redirectionDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/vianxnguyen/ConvoKit.git\n",
"# !pip install -q convokit"
"!pip install -q convokit"
]
},
{
Expand Down Expand Up @@ -73,7 +72,7 @@
"outputs": [],
"source": [
"# If you already have the corpus saved locally, load the corpus from the saved path.\n",
"# DATA_DIR = '/Users/vian/.convokit/downloads/supreme-corpus'\n",
"# DATA_DIR = 'YOUR DATA DIRECTORY'\n",
"# corpus = Corpus(DATA_DIR)\n",
"\n",
"# Otherwise download the corpus\n",
Expand Down

0 comments on commit 7a7e9f6

Please sign in to comment.