Skip to content

Commit

Permalink
Merge pull request #110 from hubmapconsortium/thomcsmits/scalable-cel…
Browse files Browse the repository at this point in the history
…l-plot

scalable cell plots - fix format
  • Loading branch information
jpuerto-psc authored Oct 25, 2024
2 parents 3a6f27f + 483eac7 commit 10008cb
Showing 1 changed file with 2 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"outputs": [],
"source": [
"# linked datasets\n",
"uuids = {{ uuids | safe }}\n"
"uuids = {{ uuids | safe }}\n",
"\n",
"# accepted assay_display_names\n",
"accepted_assay_display_names=[\"snRNAseq [Salmon]\"]"
Expand All @@ -53,47 +53,8 @@
"execution_count": null,
"metadata": {},
"outputs": [],
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "17befe6220554c88818035638e1b0f06",
"version_major": 2,
"version_minor": 1
},
"text/plain": [
"Widget(uuids=['ad693f99fb9006e68a53e97598da1509', '173de2e80adf6a73ac8cff5ccce20dfc', 'b95f34761c252ebbd1e482c…"
]
},
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"Widget(uuids = uuids)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

]

0 comments on commit 10008cb

Please sign in to comment.