Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Using Jupyter Notebooks, let's start with an exploration of setting up and getting started with matplotlib.
Update
Installing matplotlib
has changed slightly since this video was recorded. Use these instructions in your first cell instead:
import sys
!{sys.executable} -m pip install --upgrade pip
!{sys.executable} -m pip install msgpack
!{sys.executable} -m pip install matplotlib
%matplotlib inline
Jupyter Notebook Information and Keyboard Shortcuts
- Jupyter Notebooks
- Control (CTRL) -Enter will run the code in the selected cell
- CTRL-S will save and checkpoint
Matplotlib Resources
- Matplotlib color options
- Matplotlib linestyles
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up