GoogleCloudPlatform / training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).
Apache License 2.0
7.79k stars 5.83k forks source link

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

Open Manev100 opened 10 months ago

Manev100 commented 10 months ago

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

line 101: "PROJECT_ID = \""",

is missing an \ like this:

"PROJECT_ID = \"\"",

MrCsabaToth commented 10 months ago

https://github.com/GoogleCloudPlatform/training-data-analyst/commit/920e3595db340dc6611fe222d8c2147e6091931d fixed this