Skip to main content

Usage

anaconda repo download --channel <CHANNEL> --notebook <NOTEBOOK> [--filename <FILE>]
Replace <CHANNEL> with the channel name.
Replace <NOTEBOOK> with the notebook name to download.
Replace <FILE> with the output filename (optional).

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

Option
Default
Description
--channel, -c <CHANNEL>
Channel name (required)
--notebook, -n <NOTEBOOK>
Notebook name to download (required)
--filename, -f <FILE>
<notebook>.ipynb
Output filename
-h, --help
Show help for this command

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