What is the use of %matplotlib inline

what is the use of %matplotlib inline, that sir has included after importing the library.

hey @Aayush,
It just means that any graph which we are creating as a part of our code will appear in the same notebook and not in separate window which would happen if we have not used this %matplotlib inline.

Hope this helps!!

1 Like