diff --git a/showcase/openfe_showcase.ipynb b/showcase/openfe_showcase.ipynb index 94a865e..ec17f4f 100644 --- a/showcase/openfe_showcase.ipynb +++ b/showcase/openfe_showcase.ipynb @@ -69,7 +69,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "-jX9udRGehD3", "metadata": { "colab": { @@ -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": { @@ -113,6 +113,7 @@ " import condacolab\n", " import locale\n", " locale.getpreferredencoding = lambda: \"UTF-8\"\n", + " !mamba -q install openfe\n", " !mkdir inputs && cd inputs && openfe fetch rbfe-tutorial\n", " for _ in range(3):\n", " # Sometimes we have to re-run the check\n",