Prerequisites
The following prerequisites are required to complete this lab:
- Python3
- Supporting python libraries
Install Python3
Python3 is required to run the Jupyter Notebooks. It is pre-installed on most Linux distributions and latest version of macOS. If you are using Windows, you can download and install Python3 from the Python website.
You will likely need to install pip3 as well. Pip3 is a package manager for Python3. You can install pip3 by running the following command:
sudo apt install python3-pip
Install supporting python libraries
pip3 install notebook azure-ai-anomalydetector azure-core azure-storage-blob python-dotenv pandas plotly bokeh