Skip to content

MaheshSQL/AzureMLWorkshop

Repository files navigation

Azure ML Workshop - Azure Data Science VM

Azure ML Workshop Labs created as Jupyter Notebooks.

  • The batch files are built on Windows platform.

  • Please change the path in "Launch Jupyter Notebook Batch.bat" file to directory where you have cloned this repo.

Pre-requisites

Install new Conda Environment and Install Azure ML SDK

conda create --name amllabs python==3.8.3

conda update -n base -c defaults conda

conda activate amllabs

pip install azureml-sdk

conda install notebook ipykernel

ipython kernel install --user --name amllabs --display-name "Python 3.8.3 (amllabs)"

Cloning the repo

git clone "https://github.com/MaheshSQL/AzureMLWorkshop.git"

Launch Jupyter Notebook

cd "DIRECTORY PATH WHERE THE REPO IS CLONED"

conda activate amllabs

jupyter notebook

About

Azure ML Workshop Labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published