Skip to content

Commit

Permalink
Add notebook from Stella
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Oct 18, 2024
1 parent debe80f commit 68bcc60
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"title": "Analyze spatial single cell data with SpatialQuery",
"description": "This notebook shows how to quickly identify spatially co-occurring cell types within one or more fields of view using SpatialQuery.",
"tags": [
"anndata",
"visualization"
],
"is_multi_dataset_template": true,
"template_format": "jinja",
"examples": [
{
"title": "Analyze Slide-seq datasets with SpatialQuery.",
"description": "Use SpatialQuery to identify frequent spatial patterns.",
"datasets": ["a1d17fdd270a69c813b872a927dfa5f3"],
"resource_options": { "memory_mb" : 32768 }
}
],
"is_hidden": false,
"last_modified_unix_timestamp": 1726668082
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from user_templates_api.templates.jupyter_lab.render import JupyterLabRender


class JupyterLabExampleJinjaRender(JupyterLabRender):
def __init__(self):
pass
Loading

0 comments on commit 68bcc60

Please sign in to comment.