matplotlib display graph on jupyter notebook

Solutions on MaxInterview for matplotlib display graph on jupyter notebook by the best coders in the world

showing results for - "matplotlib display graph on jupyter notebook"
Amir
06 Feb 2017
1import matplotlib.pyplot as plt 
2# Enables Jupyter to display graphs
3%matplotlib inline 
Paolo
25 Nov 2016
1import matplotlib.pyplot as plt
2%matplotlib inline # Enables Jupyter to display graphs