Skip to content

Commit

Permalink
Uncomment install code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Weinberger authored and Ethan Weinberger committed Oct 7, 2024
1 parent 67b5d09 commit 3e89f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MethylVI_batch.ipynb → scbs/MethylVI_batch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"metadata": {},
"outputs": [],
"source": [
"#!pip install --quiet scvi-colab\n",
"#from scvi_colab import install\n",
"!pip install --quiet scvi-colab\n",
"from scvi_colab import install\n",
"\n",
"#install()"
"install()"
]
},
{
Expand Down Expand Up @@ -351,7 +351,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[34mINFO \u001b[0m The model has been initialized \n"
"\u001B[34mINFO \u001B[0m The model has been initialized \n"
]
},
{
Expand Down

0 comments on commit 3e89f76

Please sign in to comment.