Skip to content

Commit

Permalink
Conda env in Google Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
abuendia committed Jun 17, 2023
1 parent dd07655 commit a33440a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/eol/sard_eol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
"outputs": [],
"source": [
"!pip install -q condacolab\n",
"import condacolab\n",
"condacolab.install()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!git clone https://github.com/clinicalml/omop-learn.git\n",
"!conda env create -f omop-learn/environment.yml"
]
Expand Down

0 comments on commit a33440a

Please sign in to comment.