Centering output on IPython notebook
I have a similar question to here . I have an IPython notebook, I'd like the output to have centered plots. I've copied the css file and everything as instructed in the above link, and, whilst the plots change style, they don't center on my screen. This might come a bit late but maybe Google brings more people here looking for a solution. We can style the output in the custom.css in the IPython profile and add the following: with (older) IPython .ui-wrapper { margin-left: auto !important; margin-right: auto !important; } After that you just have to reload the page in your browser. The ui