For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plotting
-
This appears to be the 'old style' of plotting. It plots inline in Jupyter even when I use 'iplot=False'. Is there any way to get the newer looking style (like the 2nd graph) or make it bigger?
Thanks
-
There is no such thing as old or new.
The chart you show below is what you get when executing on the console (which in most cases will use
tkAgg
)The chart above is what you get in
Jupyter
. I personally don't use it butiplot=False
worked when it was developed. I will have a look (in any case you are still constrained by theJupyter
configuration for the aspect)