Skip to content

Commit

Permalink
fix notebooks path (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
zphang authored Nov 10, 2020
1 parent 5329c7e commit 74c6ba0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/notebooks/jiant_Basic_Example.ipynb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"cells": [
{
"cell_type": "markdown",
Expand Down Expand Up @@ -58,7 +58,8 @@
"!git clone https://github.com/nyu-mll/jiant.git\n",
"%cd jiant\n",
"!pip install -r requirements-no-torch.txt\n",
"!pip install --no-deps -e ./"
"!pip install --no-deps -e ./\n",
"%cd .."
]
},
{
Expand Down Expand Up @@ -361,4 +362,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}

0 comments on commit 74c6ba0

Please sign in to comment.