/my_conda_envs

My basic conda environment files.

Primary LanguageShell

Some conda environment files.

Install environment:

conda env create -f environment.yml

Install kernel:

conda activate env-name
python -m ipykernel install --user --name env-name