From dae8c2de74accc7a5bb1f76cf481bfb767a41775 Mon Sep 17 00:00:00 2001 From: Alex Marvin Date: Thu, 13 Nov 2025 09:52:48 -0600 Subject: [PATCH 1/2] Fixes typos --- python/Plotly/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/Plotly/README.md b/python/Plotly/README.md index b4ee8538..edee7830 100644 --- a/python/Plotly/README.md +++ b/python/Plotly/README.md @@ -17,11 +17,11 @@ All you need to get started is a Databricks cluster and this simple Python application. The dataset used in this application is the standard Databricks `samples` dataset. -To get started, create a new virtual environment and install the reuired +To get started, create a new virtual environment and install the required dependencies ```commandline -pip instal -r requirements.txt +pip install -r requirements.txt ``` ```python @@ -49,7 +49,7 @@ python app.py ## Dependencies This sample application is meant for illustration purposes only. The -application uses the follwing third-party dependencies: +application uses the following third-party dependencies: * Plotly / Dash - https://github.com/plotly/dash - The MIT License (MIT) - * Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - - The MIT License (MIT) \ No newline at end of file + * Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - - The MIT License (MIT) From 6ec48d7039345c70bd3247d87db6bfe36892b0ed Mon Sep 17 00:00:00 2001 From: Alex Marvin Date: Thu, 13 Nov 2025 09:54:09 -0600 Subject: [PATCH 2/2] Fixes typos --- python/Plotly-AI/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Plotly-AI/README.md b/python/Plotly-AI/README.md index e85fa2a4..30a99954 100644 --- a/python/Plotly-AI/README.md +++ b/python/Plotly-AI/README.md @@ -22,7 +22,7 @@ To get started, create a new virtual environment and install the required dependencies ```commandline -pip instal -r requirements.txt +pip install -r requirements.txt ``` ```python @@ -47,8 +47,8 @@ python app.py ## Dependencies This sample application is meant for illustration purposes only. The -application uses the follwing third-party dependencies: +application uses the following third-party dependencies: * Plotly / Dash - https://github.com/plotly/dash - The MIT License (MIT) * Tailwind CSS - https://github.com/tailwindlabs/tailwindcss - The MIT License (MIT) - * PySpark-AI - http://pyspark.ai/ - Apache 2.0 License \ No newline at end of file + * PySpark-AI - http://pyspark.ai/ - Apache 2.0 License