A very useful commands when one wants to run and display the output of another Ipython file. This is useful in data analysis work when we would like to display the visualization code written in another file.
As the name indicates this commands enables matplotlib in our jupyter notebook. It will make your plot outputs appear and be stored within the notebook.
This is an interesting magic feature. It shows how much time program spent in each function alongwith the number of calls made.
This function serves as a quick shortcut when we want to work with matplotlib and numpy both. It makes the following imports :