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.python-starter
environment is a simple environment that you can customize to your own needs.Packages in python-starter
Package Name |
---|
pandas |
ipykernel |
python>=3.11,<3.12 |
!
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 quickstart 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: