diff --git a/docs/notebooks/spatial_data.ipynb b/docs/notebooks/spatial_data.ipynb index 60550f2..d516f96 100644 --- a/docs/notebooks/spatial_data.ipynb +++ b/docs/notebooks/spatial_data.ipynb @@ -94,8 +94,8 @@ " sdata_path=spatialdata_filepath,\n", " # The following paths are relative to the root of the SpatialData zarr store on-disk.\n", " image_path=\"images/CytAssist_FFPE_Human_Breast_Cancer_full_image\",\n", - " table_path=\"table/table\",\n", - " obs_feature_matrix_path=\"table/table/X\",\n", + " table_path=\"tables/table\",\n", + " obs_feature_matrix_path=\"tables/table/X\",\n", " obs_spots_path=\"shapes/CytAssist_FFPE_Human_Breast_Cancer\",\n", " region=\"CytAssist_FFPE_Human_Breast_Cancer\",\n", " coordinate_system=\"global\",\n", @@ -163,7 +163,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.0" + "version": "3.10.14" } }, "nbformat": 4,