Skip to content

Commit

Permalink
fix: Fixed path inside quickstart notebook (#3456)
Browse files Browse the repository at this point in the history
Fixed path inside quickstart notebook

Signed-off-by: Aleksey Morozov <36787333+amrzv@users.noreply.github.com>
  • Loading branch information
amrzv authored Feb 7, 2023
1 parent ff66784 commit 66edc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}
],
"source": [
"%cd feature_repo\n",
"%cd feature_repo/feature_repo\n",
"!ls -R"
]
},
Expand Down Expand Up @@ -1101,4 +1101,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 66edc32

Please sign in to comment.