New to python - What is the difference between %matplotlib inline and import matplotlib ?
New to python - What is the difference between %matplotlib inline and import matplotlib ?
The part with the % is called a magic-command and only available in Jupyter/Ipython.
The import is part of python to import modules.
See: