Skip to content

Commit 2bcd193

Browse files
authored
Merge pull request #73 from scverse/jhong/tabuladlfix
Remove branch name in tabula muris notebook
2 parents 9cb9666 + 485b1b5 commit 2bcd193

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tabula_muris.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"execution_count": 1,
3333
"metadata": {
3434
"id": "aghHRoYY1HKM",
35-
"outputId": "7d0ec183-1472-4afc-fd73-b43f560c0809",
3635
"colab": {
3736
"base_uri": "https://localhost:8080/"
38-
}
37+
},
38+
"outputId": "7d0ec183-1472-4afc-fd73-b43f560c0809"
3939
},
4040
"outputs": [
4141
{
@@ -59,7 +59,7 @@
5959
"source": [
6060
"!pip install --quiet scvi-colab\n",
6161
"from scvi_colab import install\n",
62-
"install(branch=\"master\")"
62+
"install()"
6363
]
6464
},
6565
{
@@ -220,7 +220,7 @@
220220
"metadata": {
221221
"colab": {
222222
"base_uri": "https://localhost:8080/",
223-
"height": 238
223+
"height": 237
224224
},
225225
"id": "KupQNuxLwpgQ",
226226
"outputId": "543067ee-78ff-4131-a38a-ab232192afd3"
@@ -416,10 +416,10 @@
416416
"execution_count": 29,
417417
"metadata": {
418418
"id": "49LNIft4vEcY",
419-
"outputId": "979d23b3-241e-4331-8fb7-8364c280a7c4",
420419
"colab": {
421420
"base_uri": "https://localhost:8080/"
422-
}
421+
},
422+
"outputId": "979d23b3-241e-4331-8fb7-8364c280a7c4"
423423
},
424424
"outputs": [
425425
{
@@ -560,10 +560,10 @@
560560
"execution_count": 34,
561561
"metadata": {
562562
"id": "CyoDUCvQnb9e",
563-
"outputId": "909cedcf-d526-4efa-c973-45be4d52d113",
564563
"colab": {
565564
"base_uri": "https://localhost:8080/"
566-
}
565+
},
566+
"outputId": "909cedcf-d526-4efa-c973-45be4d52d113"
567567
},
568568
"outputs": [
569569
{
@@ -957,7 +957,7 @@
957957
"metadata": {
958958
"colab": {
959959
"base_uri": "https://localhost:8080/",
960-
"height": 878
960+
"height": 879
961961
},
962962
"id": "OubDp2_lOaqo",
963963
"outputId": "37c4f364-03fe-4ac0-fd98-c0cdb21a005f"

0 commit comments

Comments
 (0)