Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 30, 2024
1 parent 0194d22 commit d47f1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plot_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
).content

# upload the dataset to the codebox
o = codebox.upload("iris.csv", csv_bytes)
codebox.upload("iris.csv", csv_bytes)

# dataset analysis code
file_path = Path("../../examples/assets/dataset_code.txt")
file_path = Path("examples/assets/dataset_code.txt")

# run the code
output = codebox.run(code=file_path)
Expand Down

0 comments on commit d47f1b3

Please sign in to comment.