print "hi!" # Code for setting the style of the notebook from IPython.core.display import HTML def css_styling(): styles = open("theme/custom.css", "r").read() return HTML(styles) css_styling()