-
Download and install latest Conda
-
Download the code and setup Conda environment
$ git clone https://github.com/ac-analytics/python-basic-training.git
$ cd python-basic-training
$ conda create --prefix ./.conda_env
$ conda activate ./.conda_env
- Run your Jupyter notebook
$ jupyter-notebook
or
$ jupyter-lab