GoogleCloudPlatform/training-data-analyst

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

Manev100 opened this issue · 1 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