How-to articles, tricks, and solutions about JUPYTER-NOTEBOOK
How to make IPython notebook matplotlib plot inline
To make matplotlib plots show up inline in an IPython notebook, you can use the following code snippet:
Purpose of "%matplotlib inline"
The purpose of "%matplotlib inline" in Python is to display matplotlib plots within the Jupyter notebook.