Skip to content

Commit ae0f26c

Browse files
authored
Merge pull request #20 from KrishnaswamyLab/anndata-integration
Update example notebook, raw cells do not render in github
2 parents 141b892 + 7ddecc8 commit ae0f26c

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

notebooks/Example_Anndata_to_TrajectoryNet.ipynb

+32-4
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,11 @@
575575
]
576576
},
577577
{
578-
"cell_type": "raw",
579-
"id": "3679f7f1-5236-41c5-b90c-d058fe982282",
578+
"cell_type": "code",
579+
"execution_count": null,
580+
"id": "e47ae2f9-746c-4dd8-a1cd-ff6d63830c42",
580581
"metadata": {},
582+
"outputs": [],
581583
"source": [
582584
"!python -m TrajectoryNet.main --dataset adata.h5ad \\\n",
583585
" --embedding_name \"pca\" \\\n",
@@ -588,9 +590,11 @@
588590
]
589591
},
590592
{
591-
"cell_type": "raw",
592-
"id": "12bc2ac2-06a2-4e44-b851-1c481ed8d426",
593+
"cell_type": "code",
594+
"execution_count": null,
595+
"id": "357235ae-e1fb-4886-8121-168edcee5649",
593596
"metadata": {},
597+
"outputs": [],
594598
"source": [
595599
"!python -m TrajectoryNet.eval --dataset adata.h5ad \\\n",
596600
" --embedding_name \"pca\" \\\n",
@@ -599,6 +603,30 @@
599603
" --vecint 1e-4 \\\n",
600604
" --save results/tmp"
601605
]
606+
},
607+
{
608+
"cell_type": "code",
609+
"execution_count": null,
610+
"id": "4d7a1a40-57cd-459f-a743-110696afcb2c",
611+
"metadata": {},
612+
"outputs": [],
613+
"source": []
614+
},
615+
{
616+
"cell_type": "code",
617+
"execution_count": null,
618+
"id": "43f13d0b-9469-4428-b9f2-370998f6db5c",
619+
"metadata": {},
620+
"outputs": [],
621+
"source": []
622+
},
623+
{
624+
"cell_type": "code",
625+
"execution_count": null,
626+
"id": "e988645e-74b8-4d5c-9ec8-fce301990b80",
627+
"metadata": {},
628+
"outputs": [],
629+
"source": []
602630
}
603631
],
604632
"metadata": {

0 commit comments

Comments
 (0)