Skip to content

Commit 66edc32

Browse files
authored
fix: Fixed path inside quickstart notebook (#3456)
Fixed path inside quickstart notebook Signed-off-by: Aleksey Morozov <36787333+amrzv@users.noreply.github.com>
1 parent ff66784 commit 66edc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quickstart/quickstart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156
],
157157
"source": [
158-
"%cd feature_repo\n",
158+
"%cd feature_repo/feature_repo\n",
159159
"!ls -R"
160160
]
161161
},
@@ -1101,4 +1101,4 @@
11011101
},
11021102
"nbformat": 4,
11031103
"nbformat_minor": 0
1104-
}
1104+
}

0 commit comments

Comments
 (0)