Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "-jX9udRGehD3",
"metadata": {
"colab": {
Expand All @@ -88,12 +88,12 @@
"if \"COLAB_RELEASE_TAG\" in os.environ:\n",
" !pip install -q condacolab\n",
" import condacolab\n",
" condacolab.install_from_url(\"https://github.com/OpenFreeEnergy/openfe/releases/download/v1.3.0/OpenFEforge-1.3.0-Linux-x86_64.sh\")"
" condacolab.install()"
]
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "dlCARZ2_fAI4",
"metadata": {
"colab": {
Expand All @@ -113,6 +113,7 @@
" import condacolab\n",
" import locale\n",
" locale.getpreferredencoding = lambda: \"UTF-8\"\n",
" !mamba -q install openfe\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me, but @mikemhenry should really be the approver here.

" !mkdir inputs && cd inputs && openfe fetch rbfe-tutorial\n",
" for _ in range(3):\n",
" # Sometimes we have to re-run the check\n",
Expand Down
Loading