# Python, Anaconda, Vscode, Jupyter personal experience.
Reference:
1. [VSCode](https://code.visualstudio.com/docs/datascience/jupyter-notebooks)
2. [Anaconda.com](https://docs.anaconda.com/anaconda/install/linux/)
---
## What I have solve problem.
1. Anaconda install in Ubuntu root folder
Don't use 'sudo' to install Anaconda, or your default path will set in root folder.
And then if you want to use Anaconda, you have to use
```linux=
$sudo su
```
to enter the environments.
>reference
[Anaconda is only available to root](https://askubuntu.com/questions/1231347/anaconda-is-only-available-to-root)
---
2. Can't use the jupyter notebook on VSCode
Because of you use the anaconda so you have to choose the environment on VSCode, choose the 'conda'.