Skip to content

Commit d47f1b3

Browse files
committed
fix example
1 parent 0194d22 commit d47f1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/plot_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
).content
1313

1414
# upload the dataset to the codebox
15-
o = codebox.upload("iris.csv", csv_bytes)
15+
codebox.upload("iris.csv", csv_bytes)
1616

1717
# dataset analysis code
18-
file_path = Path("../../examples/assets/dataset_code.txt")
18+
file_path = Path("examples/assets/dataset_code.txt")
1919

2020
# run the code
2121
output = codebox.run(code=file_path)

0 commit comments

Comments
 (0)