Skip to content

Commit

Permalink
Merge pull request #572 from thachung/main
Browse files Browse the repository at this point in the history
use pydrive2 instead of pydrive
  • Loading branch information
YoshitakaMo authored Feb 22, 2024
2 parents 3167d33 + 651a24c commit 63a3ee2
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 63a3ee2

Please sign in to comment.