Azure Machine Learning 入门(7)Azure Machine Learning  将conda 环境导入到计算实例或者DSVM中并集成到Notebook

 

 

关键代码:

conda env create -f azureml_py38.yaml python=3.8





conda env list

conda activate custom_azureml_py38


conda install -y pip 
conda install -y ipykernel


python -m ipykernel install --user --name custom_azureml_py38 --display-name "(custom_azureml_py38)"

https://videos.51azure.cloud/azure/azure-machine-learning/7.在计算实例上创建cnoda环境并集成到notebook.mp4