Skip to main content

Usage

anaconda repo download [OPTIONS]

Description

Downloads artifacts from a channel. The primary use documented here is downloading a notebook by name; the file is written to the current directory (or the path given by --filename).

Options

Examples

Download a notebook to the current directory
anaconda repo download --channel my-channel --notebook my-analysis
Download with a specific output filename
anaconda repo download --channel my-channel --notebook my-analysis --filename report.ipynb