Skip to content

Commit 6d437c4

Browse files
authored
Update start doc to specify recommended python version (#6370)
* Update start doc to specify recommended python version Using python version's less than 3.11 result in error * nit delete comma * nit * mv to auth section
1 parent be7b059 commit 6d437c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorials/google/start.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,9 @@
491491
"`gcloud auth application-default login`\n",
492492
"\n",
493493
"This will open up a browser window or give you a link to a webpage you can navigate to in order to go through an authentication flow. Complete this using your Google account. After this command is run, credentials will be stored on your local machine. If at any point you want to revoke these credentials you can run `gcloud auth application-default revoke`. These credendtials typically\n",
494-
"need to be renewed once each day."
494+
"need to be renewed once each day.\n",
495+
"\n",
496+
"It is recommended that your colab runs using Python 3.11 or greater."
495497
]
496498
},
497499
{

0 commit comments

Comments
 (0)