We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0194d22 commit d47f1b3Copy full SHA for d47f1b3
examples/plot_dataset.py
@@ -12,10 +12,10 @@
12
).content
13
14
# upload the dataset to the codebox
15
-o = codebox.upload("iris.csv", csv_bytes)
+codebox.upload("iris.csv", csv_bytes)
16
17
# dataset analysis code
18
-file_path = Path("../../examples/assets/dataset_code.txt")
+file_path = Path("examples/assets/dataset_code.txt")
19
20
# run the code
21
output = codebox.run(code=file_path)
0 commit comments