Anaconda repository¶
Anaconda repository is an enterprise server on your network where open source and proprietary packages may be stored, retrieved and shared. It is used to govern access to data science assets including packages, environments and notebooks. Anaconda repository software powers the Anaconda Cloud.
Anaconda Repository has a self-contained internal mirror of packages, can install securely behind an enterprise firewall, and supports many repositories including PyPI, CRAN, conda, and the Anaconda repository.
Note: Anaconda repository was previously known as Anaconda server.
Administrator guide¶
User guide¶
Many enterprises have customized local instances of Anaconda repository, and Continuum also makes an instance of Anaconda repository available for public use at Anaconda Cloud. Documentation for users of Anaconda Cloud and Anaconda repository is available at Anaconda Cloud.
What’s new in 2.18.0?¶
The Anaconda repository 2.18.0 release is available to all Anaconda repository customers as of June 1, 2016.
NOTE: If you have a subscription BUT do not have a license, contact support to receive that license. Otherwise contact sales to acquire it.
Administrators can update to the new Anaconda repository release via the following commands:
conda update binstar-server anaconda-client anaconda-build
anaconda-server-db-setup --execute
supervisorctl stop
supervisorctl reload
supervisorctl start all
Please contact your Priority Support provider or sales person for any questions or problems regarding the release.
Highlights of the update¶
- New API endpoint
/user/{account}/downloads/{start}--{end}
summarizing download activity for an account - Build automatically scrolls to the bottom of the log when new lines are appended
- Improved support for R packages
- Link from license warning message to license configuration page
- Builds can be triggered without being logged in to GitHub
- Proxy compatible remote build worker address detection
- Improved LDAP login support
- Improved PIP package name lookups