QuTiP: Quantum Toolbox in Python

P. D. Nation & R. J. Johansson

Version 3.2

July XX, 2015

Table of Contents


In [1]:
from IPython.core.display import HTML
def css_styling():
    styles = open("styles/guide.css", "r").read()
    return HTML(styles)
css_styling()


Out[1]: