How-to articles, tricks, and solutions about IPYTHON
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.
What is the difference between pip and conda?
pip is the package installer for Python.