-
Notifications
You must be signed in to change notification settings - Fork 845
AzureML
Ryan Loney edited this page May 9, 2021
·
37 revisions
The steps below assume you have an Azure account and access to the Azure ML Studio.
In Azure ML Studio, add a compute instance and pick any CPU-based instance (No GPU required).
Once the instance is running, open the terminal and run the steps below.
conda create --name openvino_env python=3.6 -y
conda activate openvino_env
conda install pip ipykernel -y
git clone https://github.com/openvinotoolkit/openvino_notebooks.git
cd openvino_notebooks
python -m pip install --upgrade pip
pip install -r requirements.txt --use-deprecated=legacy-resolver
set PATH=“/anaconda/envs/openvino_env/bin;%PATH%”
python -m ipykernel install --user --name openvino_env
To run the notebooks, click on Notebooks and refresh your Files:
Select a notebook:
Then run all cells:
© Copyright 2018-2023, OpenVINO team