%matplotlib inline directive, which would not be used when running a script outside of the Jupyter environment. code example
Example: use of matplotlib 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.