We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e0de7 commit 5175eabCopy full SHA for 5175eab
docs/30-dev-env/2-setup-pre-reqs.mdx
@@ -1,3 +1,11 @@
1
# 👐 Setup prerequisites
2
3
-Replace any placeholders and run the cells under **Step 1: Setup prerequisites** section in the notebook.
+Replace any placeholders and run the cells under **Step 1: Setup prerequisites** section in the notebook.
4
+
5
+:::caution
6
+If running the lab locally, you will need to manually set the value of the `SERVERLESS_URL` variable as follows:
7
8
+```python
9
+SERVERLESS_URL = "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/"
10
+```
11
+:::
0 commit comments