Skip to content

Commit

Permalink
✏️ Fix tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Oct 10, 2024
1 parent e000a5a commit b48e9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@
"ln.Artifact.filter(\n",
" created_by=users.anonymous,\n",
" transform=transform,\n",
" suffix=\".csv\",\n",
").df().head()"
]
},
Expand All @@ -596,7 +595,7 @@
},
"outputs": [],
"source": [
"ln.Artifact.filter(key__startswith=\"iris_studies/study0_raw_images/\").df().head()"
"ln.Artifact.filter(key__startswith=\"iris_studies/study0_raw_images\").df().head()"
]
},
{
Expand Down

0 comments on commit b48e9de

Please sign in to comment.