All Downloads are FREE. Search and download functionalities are using the official Maven repository.

output_templates.conda_usage.html Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version

Usage

Get the Conda Infomation
%python.conda info
List the Conda environments
%python.conda env list
Create a conda enviornment
%python.conda create --name [ENV NAME]
Activate an environment (python interpreter will be restarted)
%python.conda activate [ENV NAME]
Deactivate
%python.conda deactivate
Get installed package list inside the current environment
%python.conda list
Install Package
%python.conda install [PACKAGE NAME]
Uninstall Package
%python.conda uninstall [PACKAGE NAME]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy