PyRosetta.notebooks
PyRosetta.notebooks copied to clipboard
Running PyRosetta on Google Colab
Is there a new code for initializing PyRosetta on Google Colab? I keep receiving an error that it is already mounted, so then I told it to force re-mount and then I get an error about the %%time, and then I get an error about Python 3.7 Everything was working a couple of months ago, so just wanted to check to see if there is some update I am unaware of. Thank you!
This works for me:
!pip install pyrosettacolabsetup py3dmol
import pyrosettacolabsetup; pyrosettacolabsetup.install_pyrosetta()
You can try a notebook here: https://colab.research.google.com/drive/1KzBbg0ZrcLMMefH9jDs2E6tknrJcRoTY#scrollTo=JdPCrXV6BiYM