Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 398 Bytes

File metadata and controls

19 lines (15 loc) · 398 Bytes

create an environment called anaconda (-n) with channel defauls (-c) and installl the packages: anaconda anaconda-navigator jupyterlab python and r-base

mamba create -n anaconda -c defaults anaconda anaconda-navigator jupyterlab python r-base

activate an environment called "anaconda":

conda activate anaconda

open anaconda navigator

anaconda-navigator