The enivoriment file contain the dependcies, edit it according to your needs
To have all the external dependcies, please follow the steps below:
- Install
miniconda
for Python 3 chmod +x Miniconda3-latest-<OS>.sh
- Create
conda
enviromentconda env create -f enviroment.yml
- This will create an enviroment called
ml_workshop
that contains all the dependencies needed, you can activate it byconda activate ml_workshop
. - Open jupyer by typing
jupyter-notebok
.
Enjoy!