question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update docs for:

$ anaconda download -h
usage: cli.py download [-h] [-f] [-o OUTPUT] [-t PACKAGE_TYPE] handle

Download notebooks from your Anaconda repository

positional arguments:
  handle                user/notebook

optional arguments:
  -h, --help            show this help message and exit
  -f, --force           Overwrite
  -o OUTPUT, --output OUTPUT
                        Download as
  -t PACKAGE_TYPE, --package-type PACKAGE_TYPE
                        Set the package type [pypi, conda, ipynb, env].
                        Defaults to downloading all package types available

Usage:
    anaconda download notebook
    anaconda download user/notebook
$ anaconda -h
usage: cli.py [-h] [--disable-ssl-warnings] [--show-traceback] [-v] [-q] [-V]
              [-t TOKEN] [-s SITE]
              ...

Anaconda repository command line manager

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit

output:
  --disable-ssl-warnings
                        Disable SSL warnings (default: False)
  --show-traceback      Show the full traceback for chalmers user errors
                        (default: False)
  -v, --verbose         print debug information ot the console
  -q, --quiet           Only show warnings or errors the console

anaconda-client options:
  -t TOKEN, --token TOKEN
                        Authentication token to use. May be a token or a path
                        to a file containing a token
  -s SITE, --site SITE  select the anaconda-client site to use

Commands:
  
    auth                Manage Authorization Tokens
    label               Manage your Anaconda repository labels
    channel             [DEPRECATED in favor of label] Manage your Anaconda
                        repository channels
    config              Anaconda client configuration
    copy                Copy packages from one account to another
    download            Download notebooks from your Anaconda repository
    groups              Manage Groups
    login               Authenticate a user
    logout              Log out from your Anaconda repository
    move                Move packages between labels
    notebook            Interact with notebooks in your Anaconda repository
    package             Package utils
    remove              Remove an object from your Anaconda repository. Must
                        refer to the formal package name as it appears in the
                        URL of the package. Also use anaconda show <USERNAME>
                        to see list of package names. Example: anaconda remove
                        continuumio/empty-example-notebook
    search              Search in your Anaconda repository
    show                Show information about an object
    upload              Upload packages to your Anaconda repository
    whoami              Print the information of the current user

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
goanpecacommented, Aug 10, 2018

Thanks for working on this @electronwill 😃

1reaction
electronwillcommented, Aug 10, 2018

OK, this is completed. https://github.com/ContinuumIO/docs/pull/2106 is merged and deployed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

1.7 - The Update That Changed the World - Minecraft Wiki
1.7.2 (also referred to as The Update that Changed the World) was a major update to Java Edition, released on October 25, 2013....
Read more >
Java SE 7 Update Release Notes - Oracle
JDK 7 has reached end of public updates. Releases after 1.7.0_80 are only available to Oracle Customers. For release notes on versions greater...
Read more >
invalid target release: 1.7 - java - Stack Overflow
In IntelliJ IDEA this happened to me when I imported a project that had been working fine and running with Java 1.7.
Read more >
Release 1.7 - cert-manager Documentation
Release 1.7. v1.7.3. v1.7.3 is in effect a bug fix release which increases some hard-coded timeouts which were preventing the use of certain...
Read more >
NextGen Release 1.7.1 | PACER: Federal Court Records
NextGen Release 1.7.1 (Appellate). Date of Release: April 25, 2022. This release includes: Update to Viewing Multiple Documents; Update to Notice of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found