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.
2 parents c2f8143 + 9059375 commit beedc72Copy full SHA for beedc72
notebooks/examples/technology_mibitof.ipynb
@@ -302,7 +302,7 @@
302
}
303
],
304
"source": [
305
- "mibitof_sdata.table.to_df().head(3)"
+ "mibitof_sdata[\"table\"].to_df().head(3)"
306
]
307
},
308
{
@@ -413,7 +413,7 @@
413
414
415
416
- "mibitof_sdata.table.obs.head(3)"
+ "mibitof_sdata[\"table\"].obs.head(3)"
417
418
419
0 commit comments