Applied Data Science with Python Learn how to code in Python for data science, then analyze and visualize data with Python with packages like scikit-learn, matplotlib and bokeh. This is an action-packed learning path for data science enthusiasts and aspiring data scientists who want to learn data science hands-on with Python.
# criate virtual env
python3 -m venv dataScience-env
# execute virtual env
source dataScience-env/bin/activate
# install requirements
pip install -r requirements.txt
# execute jupyter notebook
jupyter-lab