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
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: codespell
exclude: >
(?x)^(
.*\.lock|.*\.csv|.*\.cff
.*\.lock|.*\.csv|.*\.cff|.*\.ipynb|.*\.cppipe
)$
additional_dependencies:
- tomli
Expand Down Expand Up @@ -70,7 +70,8 @@ repos:
exclude: >
(?x)(
test_convert\.py$ |
cytotable_mise_en_place\.py$
cytotable_mise_en_place_general_overview\.py$ |
cytotable_from_the_cloud\.py$
)
- repo: https://github.com/citation-file-format/cffconvert
rev: 5295f87c0e261da61a7b919fc754e3a77edd98a7
Expand Down
6,355 changes: 6,355 additions & 0 deletions docs/jupyter_execute/examples/cytotable_from_the_cloud.ipynb

Large diffs are not rendered by default.

2,028 changes: 2,028 additions & 0 deletions docs/jupyter_execute/examples/cytotable_mise_en_place_general_overview.ipynb

Large diffs are not rendered by default.

Binary file added docs/source/_static/cell_to_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/features_to_cytotable.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.
Binary file added docs/source/_static/image_to_features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/source/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
The following example notebooks are provided to help you get started with CytoTable.

```{toctree}
examples/cytotable_mise_en_place
examples/cytotable_mise_en_place_general_overview
examples/cytotable_from_the_cloud
```
Loading