Environment Setting
===
###### tags: `class` `env`
You just need to choose local or cloud.
---
## Local
### [python](https://www.python.org/)
Recommend [Anaconda](https://www.anaconda.com/distribution/) for python 3.7 or above.
python version must be higher than 3.6.
### Editor
#### [VSCode](https://code.visualstudio.com/)
You can check it on the Anaconda GUI.
Can be installed with Anaconda.
#### [Jupyter notebook or Jupyter Lab](https://jupyter.org/)
You can check it on the Anaconda GUI.
Can be installed with Anaconda.
---
## Cloud Computing Environment
### [Colab](https://colab.research.google.com/)
Click the link and follow the prompts to create a notebook.
---