Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/img/table_queries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ See the bottom of this page for links to analysis tutorials for external methods

notebooks/examples/tables.ipynb

.. grid-item::

.. container:: custom-card

.. image:: _static/img/table_queries.png
:target: notebooks/examples/table_queries.html

.. toctree::
:maxdepth: 1

notebooks/examples/table-queries.ipynb

.. grid-item::

.. container:: custom-card
Expand Down Expand Up @@ -171,6 +183,7 @@ See the bottom of this page for links to analysis tutorials for external methods
:maxdepth: 1

notebooks/examples/densenet.ipynb

```

## Technology-specific
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,7 @@
}
],
"source": [
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(\n",
" coordinate_systems=\"global\"\n",
")"
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(coordinate_systems=\"global\")"
]
},
{
Expand Down Expand Up @@ -808,9 +806,7 @@
}
],
"source": [
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(\n",
" coordinate_systems=\"global\"\n",
")"
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(coordinate_systems=\"global\")"
]
},
{
Expand Down Expand Up @@ -919,4 +915,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,7 @@
}
],
"source": [
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(\n",
" coordinate_systems=\"global\"\n",
")"
"sdata.pl.render_labels(\"blobs_labels\", color=\"channel_0_sum\").pl.show(coordinate_systems=\"global\")"
]
},
{
Expand Down Expand Up @@ -660,9 +658,7 @@
}
],
"source": [
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(\n",
" coordinate_systems=\"global\"\n",
")"
"sdata.pl.render_shapes(\"blobs_circles\", fill_alpha=0.5).pl.show(coordinate_systems=\"global\")"
]
},
{
Expand Down
Binary file modified notebooks/examples/attachments/joins_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading