From 788b4e51b85cb4720e1772a6c5a4740af66e52b6 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 24 Jun 2024 11:16:49 -0700 Subject: [PATCH] callout to copy Colab notebook --- docs/50-dev-env/1-dev-setup.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/50-dev-env/1-dev-setup.mdx b/docs/50-dev-env/1-dev-setup.mdx index 7188167..b8ab447 100644 --- a/docs/50-dev-env/1-dev-setup.mdx +++ b/docs/50-dev-env/1-dev-setup.mdx @@ -6,6 +6,10 @@ You will be working in a Jupyter Notebook throughout this lab. The easiest and r Navigate to the notebook on [GitHub](https://github.com/mongodb-developer/ai-agents-lab-notebooks/blob/main/notebook_template.ipynb) and click the **Open in Colab** badge at the top of the notebook to open it in Google Colab. +:::tip +The notebook will open in Google Colab in read-only mode. Please **make a copy of the notebook** to keep the code changes you will make during this workshop for future reference. +::: + That's it! You're ready for the lab!