1..6
7 curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
8 pwd
9 mkdir dev
10 cd dev
11 mv ../Miniconda3-latest-Linux-x86_64.sh .
12 bash Miniconda3-latest-Linux-x86_64.sh
13 conda
14 source /home/dvipin2/.bashrc
15 conda
16 conda create -n machine-learning
17 conda create -n machine-learning python=3.9
18 conda activate machine-learning
19 python -version
20 python --version
21 conda install jupyterlab
22 jupyterlab
23 conda install jupyterlab
24 jupyterlab
25 jupyter -h
26 conda install jupyter
27 jupyter notebook
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|