from IPython.core.display import HTML css_file = './example.css' HTML(open(css_file, "r").read())