Skip to content

Commit

Permalink
Update AlphaFold2.ipynb
Browse files Browse the repository at this point in the history
Changed pydrive to pydrive2 since pydrive is deprecated.

Note: googlecolab/colabtools#4144.
  • Loading branch information
thachung authored Feb 18, 2024
1 parent 9a8822f commit 651a24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@
"#@markdown - set dpi for image resolution\n",
"\n",
"if save_to_google_drive:\n",
" from pydrive.drive import GoogleDrive\n",
" from pydrive.auth import GoogleAuth\n",
" from pydrive2.drive import GoogleDrive\n",
" from pydrive2.auth import GoogleAuth\n",
" from google.colab import auth\n",
" from oauth2client.client import GoogleCredentials\n",
" auth.authenticate_user()\n",
Expand Down Expand Up @@ -633,4 +633,4 @@
]
}
]
}
}

0 comments on commit 651a24c

Please sign in to comment.