You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/reference-guide.ipynb
+64-4Lines changed: 64 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -757,22 +757,52 @@
757
757
"cell_type": "markdown",
758
758
"metadata": {},
759
759
"source": [
760
-
"## Show any data file"
760
+
"## Show any data file\n",
761
+
"To explore any data file you have at hand without delving into image or table specific options, you can use the `show_data` method of the FireflyClient object."
761
762
]
762
763
},
763
764
{
764
765
"cell_type": "markdown",
765
766
"metadata": {},
766
767
"source": [
767
-
"### Preview metadata"
768
+
"### Preview metadata\n",
769
+
"It's often useful to preview the metadata of a data file you have no information about. `preview_metadata` parameter allows you to do that:"
"Note that show_data is a recent addition to firefly_client and is still evolving. It doesn't allow as much customization as image/table specific methods yet, but it is a quick way to get a look at your data."
0 commit comments