I'm curious that how jupyter notebook enables the plot inline.
I searched %matplotlib inline
in github and didn't find the source code (https://github.com/search?l=python&q=org%3Ajupyter+matplotlib+inline&ref=searchresults&type=Code&utf8=%E2%9C%93).
And it is not avaiable in the docs (http://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-matplotlib).
Could anyone tell me where can I see the source code of %matplotlib inline
?