Table of contents

Course instructor: Ivan Oseledes

TAs: Maxim Rakhuba, Denis Kolesnikov, Evgeny Frolov


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


Out[7]: