Understand notebook storage
Each notebook runs in a temporary sandbox. Files that you create, upload, or download appear under Files in the notebook sidebar and exist only in the sandbox. Connected object storage, databases, and data catalogs appear under Remote storage.View files
To view files in the notebook sidebar:- Select View files ().
- Expand one of the following sections:
- Files to view files in the notebook sandbox.
- Remote storage to browse connected remote data sources.
Manage files and folders
To upload or create a file or folder:- In the notebook sidebar, select View files ().
- Expand Files.
- Select one of the following actions:
- Upload file () to upload an existing file to the sandbox.
- Add file () to create a file.
- Add folder () to create a folder.
Download a W&B Artifact
You can download and use a W&B Artifact in a notebook. The downloaded files are stored in the notebook sandbox. For example, the following code downloads a model Artifact from W&B Registry:artifacts directory:
artifacts
zoo-pznwefqb:v0
wandb
notebook.py
Connect a remote data source
To connect object storage, a database, or a data catalog:- In the notebook sidebar, select View files ().
- Select Remote storage ().
- Select Add remote storage.
- Select the applicable source type:
- Remote Storages for remote object storage.
- Database & Catalogs for a database or data catalog.
- Select the provider that you want to connect and follow the prompts.