I have a jupyter notebook python based where I have dataframe output shown- it is 5 columns size. It looks fine in notebook but when I generate pdf using nbconvert command it is being split and only two columns are shown at once
I use custom template, I have an idea to change a bit the size of font in table or wrap the text in column but I cannot find how to address this sort of problem in it. I tried the PrettyTable class from http://blog.juliusschulz.de/blog/ultimate-ipython-notebook It looks better however it get cut off one column when the text in previous is longer