Table of contents

Course instructor: Ivan Oseledets

TAs: Maxim Rakhuba, Marina Munkhoeva, Alexandr Katrutsa, Artem Nikitin, Valentin Khrulkov


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


Out[4]: