Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 830 Bytes

conda.md

File metadata and controls

24 lines (21 loc) · 830 Bytes

Conda env manager commands

Install from here https://conda.io/miniconda.html

If you want an env to be accessible in Jupyter

(base)$ source activate myenv
(myenv)$ conda install ipykernel
# Then restart your Jupyter Notebook/Lab