New syntax used

“% matplotlib inline” was written after all the imports.What is its significance?

Hey @nikhil_sarda, this is related wiht the backent, %matplotlib inline sets the backend of matplotlib to the ‘inline’. With this backend, the output of plotting commands is displayed inline within frontends like the Jupyter notebook, directly below the code cell that produced it. The resulting plots will then also be stored in the notebook document. This was more required with the previous version, now you jupyter notebook automatically stores that for you. So you can skip this line.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.