If you do have or want to install Python3 and Pip:
- Install Python from https://www.python.org/downloads
(note: your OS may already have Python installed)
Run the following commands on the command line:
- pip3 install jupyter numpy pandas matplotlib seaborn
If you want to use a Docker container:
- Install docker (go to docker.com and follow the instructions)
Run the following commands on the command line:
- docker pull jupyter/scipy-notebook
- docker run -t -i -p 8888:8888 jupyter/scipy-notebook /bin/bash
See this gist for details. https://gist.github.com/painterly/113b32ac6c00c7fd83ab3d36567f2d62
- Intro Python slides
- Pandas Documentation
- Python Documentation
- Visualization links
- Stack Overflow
- Help functions and docstrings available in the notebook