Rendering of jupyter notebook 'rich output' is still missing some capabilities

Summary

The linked notebook below is from a Github repo that the Jupyter team often use to demonstrate the latest capabilities. This Rich Output.ipynb file is therefore a good benchmark against which to measure the rendering capabilities of Jupyter Notebooks within Gitlab.

https://github.com/ipython/ipython-in-depth/blob/master/examples/IPython%20Kernel/Rich%20Output.ipynb http://nbviewer.jupyter.org/github/ipython/ipython-in-depth/blob/master/examples/IPython%20Kernel/Rich%20Output.ipynb

Steps to reproduce

Copy across the above notebook to a gitlab repo and render it within gitlab. Using version 9.1.3

What is the current bug behavior?

I've reproduced some screenshots of where things are broken. Gitlab is on the left, Github in the middle and nbviewer on the right. The rendering within Gitlab is generally good, and in some cases better than Github, but there are still a few glitches.

Embedded images have problems rendering and when they do, they appear to show a clipped version of the original. image

Latex rendering is not working at all. image

Embedded web-page links are not working ... the nbviewer rendering on the right is correct. image

Edited by Colum McCoole