Skip to content

Commit

Permalink
Added a hack for google colab
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed May 2, 2024
1 parent 8349468 commit 630e5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,7 @@
],
"source": [
"# Results from our cli tutorial\n",
"locale.getpreferredencoding = lambda: \"UTF-8\" # hack for google colab, not needed for local execution\n",
"!openfe fetch rbfe-tutorial-results\n",
"# Extract results\n",
"!tar -xf rbfe_results.tar.gz"
Expand Down

0 comments on commit 630e5fa

Please sign in to comment.