Create an Anaconda.com account
anaconda-ml-ai
environment requires a large amount of disk space. To free up space, we recommend opening a notebook terminal and running conda clean --all
to free up space after installation.Environment Name | Description | Subscription Tier* |
---|---|---|
anaconda-py3.11 | 250+ popular data science packages from the Anaconda metapackage that are compatible with Python 3.11. | Free |
anaconda-finance | Essential packages for financial analysis, modeling, and market data visualization. | Free |
anaconda-ml-ai | Core packages for building and training machine learning and AI models. | Free |
python-starter | Start from scratch with Python 3.11 and install your own packages. | Free |
anaconda-banking | Credit risk modeling, regulatory compliance, fraud detection, and stress testing tools. | Business |
anaconda-devops | Infrastructure automation and deployment tools for modern DevOps workflows. | Business |
anaconda-etl | Extract, transform, and load data pipelines with Spark, boto3, and modern processing frameworks. | Business |
anaconda-insurance | Actuarial modeling, claims analytics, and catastrophe risk assessment tools. | Business |
anaconda-life-sciences | Complete genomics, bioinformatics, and molecular analysis toolkit for life sciences and pharma research. | Business |
anaconda-manufacturing | Industrial IoT, predictive maintenance, and quality control analytics tools. | Business |
anaconda-nlp | Natural language processing with transformers, spaCy, NLTK, and text analysis tools. | Business |
anaconda-pytorch | PyTorch deep learning framework for neural network development and training. | Business |
anaconda-snowflake | Native Snowflake connectivity with optimized data processing, analytics, and machine learning. | Business |
anaconda-statistics | Advanced statistical modeling with PyMC, Stan, and Bayesian analysis frameworks. | Business |
anaconda-web-dev | Modern Python web development with FastAPI, Django, Flask, and database integration. | Business |
!
syntax to access the system shell and run conda commands. In a notebook cell, run:!
syntax to access the system shell and run conda commands. In a notebook cell, run:!conda list
in a notebook cell in the active environment. You can also view package versions on the Environments page in Navigator.
channels
list available in your .condarc
file. For business tier customers, this means that you are only able to install quick start environments if your organization’s policies allow it.
defaults
channel or conda-forge
to be included in your .condarc
file. You can update your channels in Navigator or with conda via the CLI.
python-starter
environment, which includes the fewest packages, is the quickest to install and should complete in fewer than five minutes. The anaconda-ai-ml
environment, on the other hand, could take up to 15 minutes to install, due to the large size of some of the packages and complexity of the package dependency resolution process. Exact installation times vary depending on your internet download speeds and hardware specifications.
.condarc
file and verify that your channels are set to either defaults
or conda-forge
. If your channels are set correctly and you’re still experiencing issues, check with your administrator to see if they have defined any policies that could be blocking installation.
If neither of the above resolves the issue, you can try: