Skip to content

Commit 76682bc

Browse files
committed
fix paths of the notebooks
1 parent 156e6ee commit 76682bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/src/preProcessNotebooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def modify_notebook(file_name, project_id, query1, query2):
2222

2323
# Command to run
2424
files = [
25-
"/notebooks/getting_started/part1_prerequisites.ipynb",
26-
"/notebooks/getting_started/part2_searching_basics.ipynb",
27-
"/notebooks/getting_started/part3_exploring_cohorts.ipynb"
25+
"notebooks/getting_started/part1_prerequisites.ipynb",
26+
"notebooks/getting_started/part2_searching_basics.ipynb",
27+
"notebooks/getting_started/part3_exploring_cohorts.ipynb"
2828
]
2929

3030
for file_name in files:

0 commit comments

Comments
 (0)