# 09  - Install latest Anaconda

Download insatller dalam format `bash` melalui link berikut.

```
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh
```

Buat installer ini menjadi file excutable:

```
sudo chmod +x Anaconda3-2024.02-1-Linux-x86_64.sh
```

runing installer dengan perintah

```
./Anaconda3-2024.02-1-Linux-x86_64.sh
```

##### Make Jupyter Notebook acces remotely

```bash
jupyter notebook --generate-config
```