Skip to content

Commit 7877d1e

Browse files
Merge pull request #147 from srivarra/table-queries
Table Queries
2 parents dc959e5 + a9c5f01 commit 7877d1e

File tree

8 files changed

+1515
-22
lines changed

8 files changed

+1515
-22
lines changed

_static/img/table_queries.png

72.1 KB
Loading

notebooks.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ See the bottom of this page for links to analysis tutorials for external methods
100100
101101
notebooks/examples/tables.ipynb
102102
103+
.. grid-item::
104+
105+
.. container:: custom-card
106+
107+
.. image:: _static/img/table_queries.png
108+
:target: notebooks/examples/table_queries.html
109+
110+
.. toctree::
111+
:maxdepth: 1
112+
113+
notebooks/examples/table-queries.ipynb
114+
103115
.. grid-item::
104116
105117
.. container:: custom-card
@@ -171,6 +183,7 @@ See the bottom of this page for links to analysis tutorials for external methods
171183
:maxdepth: 1
172184
173185
notebooks/examples/densenet.ipynb
186+
174187
```
175188

176189
## Technology-specific

notebooks/developers_resources/storage_format/_latest_run_notebook.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,7 @@
753753
}
754754
],
755755
"source": [
756-
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(\n",
757-
" coordinate_systems=\"global\"\n",
758-
")"
756+
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(coordinate_systems=\"global\")"
759757
]
760758
},
761759
{
@@ -808,9 +806,7 @@
808806
}
809807
],
810808
"source": [
811-
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(\n",
812-
" coordinate_systems=\"global\"\n",
813-
")"
809+
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(coordinate_systems=\"global\")"
814810
]
815811
},
816812
{
@@ -919,4 +915,4 @@
919915
},
920916
"nbformat": 4,
921917
"nbformat_minor": 5
922-
}
918+
}

notebooks/developers_resources/storage_format/multiple_elements.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,7 @@
616616
}
617617
],
618618
"source": [
619-
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(\n",
620-
" coordinate_systems=\"global\"\n",
621-
")"
619+
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(coordinate_systems=\"global\")"
622620
]
623621
},
624622
{
@@ -660,9 +658,7 @@
660658
}
661659
],
662660
"source": [
663-
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(\n",
664-
" coordinate_systems=\"global\"\n",
665-
")"
661+
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(coordinate_systems=\"global\")"
666662
]
667663
},
668664
{
170 KB
Loading
531 KB
Loading

0 commit comments

Comments
 (0)