VideoCourse DataScienceRecipes Save

Companion code for my video course on Practical Python Data Science Techniques, published by Packt Publishing

Project README

Practical Python Data Science Techniques

Companion code for my video course on Practical Python Data Science Techniques, published by Packt Publishing.

Videos on PacktPub's Mapt (the publisher)

Videos on OReilly's Safari Online

Setting up the environment

Requirement: Python 3.6

The suggestion is to use the Anaconda distribution.

Create and activate a conda environment:

conda create --name packt-py36 python=3.6 --yes
source activate packt-py36  # Linux / macOS
activate packt-py36  # Windows

Install the libraries used in the course:

conda install --file conda-reqs.txt --yes

Launch Jupyter notebook:

jupyter notebook
Open Source Agenda is not affiliated with "VideoCourse DataScienceRecipes" Project. README Source: bonzanini/VideoCourse-DataScienceRecipes
Stars
32
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating