# This cell is present in all the notebooks.
# It makes the necessary packages available and adjusts various settings.
# You should execute this cell at the start.
import sys
sys.path.append("../../code")
from init_mooc_nb import *
init_notebook()
from IPython.display import HTML