I was looking at a few tutorials about plotting inline with jupyter notebook and they all say to use the %matplotlib inline, but when I run code normally from my notebook and call plot.show() the chart shows automatically without using magic. I'm am running jupyter from the anaconda package so not sure if that makes a difference.
Is it still necessary to use the inline magic for matplotlib?