PyRosetta.notebooks icon indicating copy to clipboard operation
PyRosetta.notebooks copied to clipboard

Running PyRosetta on Google Colab

Open sv2530 opened this issue 2 years ago • 2 comments

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!

sv2530 avatar Apr 17 '23 20:04 sv2530

This works for me:

!pip install pyrosettacolabsetup py3dmol 
import pyrosettacolabsetup; pyrosettacolabsetup.install_pyrosetta()

ajasja avatar Apr 24 '23 10:04 ajasja

You can try a notebook here: https://colab.research.google.com/drive/1KzBbg0ZrcLMMefH9jDs2E6tknrJcRoTY#scrollTo=JdPCrXV6BiYM

ajasja avatar Apr 24 '23 10:04 ajasja