Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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