We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94193c0 commit 823e00bCopy full SHA for 823e00b
1 file changed
docs/notebooks/spatial_data.ipynb
@@ -94,8 +94,8 @@
94
" sdata_path=spatialdata_filepath,\n",
95
" # The following paths are relative to the root of the SpatialData zarr store on-disk.\n",
96
" image_path=\"images/CytAssist_FFPE_Human_Breast_Cancer_full_image\",\n",
97
- " table_path=\"table/table\",\n",
98
- " obs_feature_matrix_path=\"table/table/X\",\n",
+ " table_path=\"tables/table\",\n",
+ " obs_feature_matrix_path=\"tables/table/X\",\n",
99
" obs_spots_path=\"shapes/CytAssist_FFPE_Human_Breast_Cancer\",\n",
100
" region=\"CytAssist_FFPE_Human_Breast_Cancer\",\n",
101
" coordinate_system=\"global\",\n",
@@ -163,7 +163,7 @@
163
"name": "python",
164
"nbconvert_exporter": "python",
165
"pygments_lexer": "ipython3",
166
- "version": "3.9.0"
+ "version": "3.10.14"
167
}
168
},
169
"nbformat": 4,
0 commit comments