Skip to content

Commit beedc72

Browse files
Merge pull request #80 from melonora/main
adjust mibitof multi table
2 parents c2f8143 + 9059375 commit beedc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/examples/technology_mibitof.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
}
303303
],
304304
"source": [
305-
"mibitof_sdata.table.to_df().head(3)"
305+
"mibitof_sdata[\"table\"].to_df().head(3)"
306306
]
307307
},
308308
{
@@ -413,7 +413,7 @@
413413
}
414414
],
415415
"source": [
416-
"mibitof_sdata.table.obs.head(3)"
416+
"mibitof_sdata[\"table\"].obs.head(3)"
417417
]
418418
},
419419
{

0 commit comments

Comments
 (0)