Anaconda

Anaconda create new environment

1. Create python environement in anaconda with spesific python version.

conda create -n <env_name> python=3.6

2. Create conda environment with spesifice dependencies

3. Create kernel for jupyter-notebook.