Anaconda

Anaconda is Python distribution for large scale data processing, predictive analytics and scientific computing. It includes over 195 of the most popular Python packages for science, math, engineering, data analysis. Anaconda 2 and Anaconda 3 are available on our systems.  Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.7.

Version: 2022.05 (LEONARDO), 2019.10 (MARCONI), 2021.5 (G100)

Availability: GALILEO100, LEONARDO, MARCONI

Target: academic

Official web site: https://www.anaconda.com/

Related Commands:

You can load the module with the command:

module load anaconda


Help and Documentation:

You can find documentation on the module, with the command

module help anaconda

Detailed documentation can be found on the web at the original site (https://store.continuum.io/cshop/anaconda)

More info:

Due to the recent modifications to Anaconda’s Terms of Service, the use of the anaconda public package repository on CINECA platforms is no more permitted without the purchase of a license for commercial use.
As a consequence, the service was disrupted by Anaconda. Please create your environment using alternative channels, such as conda-forge, adding the –override-channels flag and add the channel to your conda
environment (.condarc) via:

$ conda config –add channels conda-forge