From 6d437c457d4d5b5b77f147df80b201b0f384666b Mon Sep 17 00:00:00 2001 From: Seneca Meeks Date: Wed, 6 Dec 2023 10:01:27 -0800 Subject: [PATCH] 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 --- docs/tutorials/google/start.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/google/start.ipynb b/docs/tutorials/google/start.ipynb index fdd02127785..e7e278f9edf 100644 --- a/docs/tutorials/google/start.ipynb +++ b/docs/tutorials/google/start.ipynb @@ -491,7 +491,9 @@ "`gcloud auth application-default login`\n", "\n", "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", - "need to be renewed once each day." + "need to be renewed once each day.\n", + "\n", + "It is recommended that your colab runs using Python 3.11 or greater." ] }, {