Skip to content

Files

Latest commit

524ba49 · Jan 11, 2022

History

History
71 lines (48 loc) · 3.34 KB

how-to-manage-files.md

File metadata and controls

71 lines (48 loc) · 3.34 KB
title titleSuffix description services author ms.author ms.reviewer ms.service ms.subservice ms.topic ms.date
Create and manage files in your workspace
Azure Machine Learning
Learn how create and manage files in your workspace in Azure Machine Learning studio.
machine-learning
abeomor
osomorog
sgilley
machine-learning
core
how-to
02/05/2021

How to create and manage files in your workspace

Learn how to create and manage the files in your Azure Machine Learning workspace. These files are stored in the default workspace storage. Files and folders can be shared with anyone else withe read access to the workspace, and can be used from any compute instances in the workspace.

Prerequisites

Create files

To create a new file in your default folder (Users > yourname):

  1. Open your workspace in Azure Machine Learning studio.

  2. On the left side, select Notebooks.

  3. Select the + image.

  4. Select the Create new file image.

    :::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::

  5. Name the file.

  6. Select a file type.

  7. Select Create.

Notebooks and most text file types display in the preview section. Most other file types don't have a preview.

To create a new file in a different folder:

  1. Select the "..." at the end of the folder
  2. Select Create new file.

Important

Content in notebooks and scripts can potentially read data from your sessions and access data without your organization in Azure. Only load files from trusted sources. For more information, see Secure code best practices.

Manage files with Git

Use a compute instance terminal to clone and manage Git repositories.

Clone samples

Your workspace contains a Sample notebooks folder with notebooks designed to help you explore the SDK and serve as examples for your own machine learning projects. Clone these notebooks into your own folder to run and edit them.

For an example, see Tutorial: Create your first ML experiment.

Share files

Copy and paste the URL to share a file. Only other users of the workspace can access this URL. Learn more about granting access to your workspace.

Delete a file

You can't delete the Sample notebooks files. These files are part of the studio and are updated each time a new SDK is published.

You can delete files found in your Files section in any of these ways:

  • In the studio, select the ... at the end of a folder or file. Make sure to use a supported browser (Microsoft Edge, Chrome, or Firefox).
  • Use a terminal from any compute instance in your workspace. The folder ~/cloudfiles is mapped to storage on your workspace storage account.
  • In either Jupyter or JupyterLab with their tools.