Skip to content

Commit

Permalink
Merge pull request #97 from hubmapconsortium/hra-workspace-templates-2
Browse files Browse the repository at this point in the history
HRA API and HRA UI jupyterlab templates (formatted)
  • Loading branch information
jpuerto-psc authored Sep 17, 2024
2 parents 1e84f2e + 971e211 commit 7f1eb62
Show file tree
Hide file tree
Showing 8 changed files with 775 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Human Reference Atlas (HRA) API Tutorial",
"description": "This notebook shows users how to instantiate and use the HuBMAP HRA APIs.",
"tags": [
"hra",
"api"
],
"is_multi_dataset_template": true,
"template_format": "jinja",
"is_hidden": false,
"last_modified_unix_timestamp": 1723749414
}
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 7f1eb62

Please sign in to comment.