Python Virtual Environments - conda

 

Setting up virtual python environment -conda

This article is for Linux environments with focus on conda. For pip see this page.


conda install -c conda-forge jupyterlab

conda install ipykernel


python -m ipykernel install --user --name=condaenvname