Machine Learning with Python Tepper MBA PTOH CY21 AW4 Workshop Quick Start Want to play with these notebooks online without having to install anything? Use Google's Colaboratory! Want to install this project on your own machine? Docker Install Build Docker Image docker build . -t ml Run Docker Container docker run -p 8888:8888 -v $(pwd):/home/jovyan/work ml Open Jupyter notebook! Host Install Install Anaconda Clone this project Install Dependencies Add Kernel, python -m ipykernel install --user --name=ml Run Jupyter, jupyter notebook