alphafold icon indicating copy to clipboard operation
alphafold copied to clipboard

ImportError: cannot import name 'notebook_utils' from 'alphafold.notebooks' (unknown location)

Open taylao1 opened this issue 9 months ago • 2 comments

I'm trying to run AlphaFold in the Colab interface for the first time and the first two code blocks ran fine, however, I get this import error when I try running the 3rd block of code with my amino acid sequence: image

Not sure how to fix this since it seems to be a directory error and not a dependency error.

Thoughts on how to get to find the correct location?

Thanks! Tayla

taylao1 avatar Sep 22 '23 17:09 taylao1

Hi! Is there a chance that your kernel died after running cells 1 and 2? If so, and it restarted, this would mean that cells 1 and 2 would need to be re-run from the start. Could you try running the notebook again?

Htomlinson14 avatar Sep 25 '23 11:09 Htomlinson14

I think that worked! Thanks!

taylao1 avatar Sep 28 '23 17:09 taylao1