Skip to content

Files

Latest commit

e6f8c84 · Feb 8, 2022

History

History
40 lines (29 loc) · 1.36 KB

aml-dsvm-server.md

File metadata and controls

40 lines (29 loc) · 1.36 KB
title description services author ms.service ms.author manager ms.custom ms.topic ms.date
include file
include file
machine-learning
sdgilley
machine-learning
sgilley
cgronlund
include file
include
12/27/2021
  1. Create an Azure Machine Learning workspace.

  2. Add a workspace configuration file using either of these methods:

    • In the Azure portal, select Download config.json from the Overview section of your workspace.

    Download config.json

    • Create a new workspace using code in the configuration.ipynb notebook in your cloned directory.
  3. From the directory where you added the configuration file, clone the Machine Learning Notebooks repository.

    git clone https://github.com/Azure/MachineLearningNotebooks.git --depth 1
  4. From the same directory, clone the AzureML-Examples repository.

    git clone https://github.com/Azure/azureml-examples.git --depth 1
  5. Start the notebook server from the directory, which now contains the two clones and the config file.

    jupyter notebook