matplotlib inline blog tutorial

matplotlib inline: Magic Command for Plotting

Python is fun and powerful as a stand-alone tool, but it gets more powerful and fun when used with other tools. One such tool is Jupyter Notebooks. If you use matplotlib along with Jupyter Notebooks for data visualization, you would have come across this phrase “%matplotlib inline”. But what does it actually do? Why is […]

Read More