GoogleCloudPlatform / training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/quests/vertex-ai/vertex-challenge-lab/vertex-challenge-lab.ipynb cannot be opened in jupyter lab

Manev100 opened this issue · comments

JSON of /quests/vertex-ai/vertex-challenge-lab/vertex-challenge-lab.ipynb file is not validating:

line 101: "PROJECT_ID = \"<PROJECT_ID>"",

is missing an \ like this:

"PROJECT_ID = \"<PROJECT_ID>\"",

920e359 fixed this