Team members. How tasks will be separated among team members? (if number of participants > 1)
What will be the end result of the project? Describe what phases of work will be undertaken.
Describe how the project will be evaluated by the end.
In [1]:
from IPython.core.display import HTML
def css_styling():
styles = open("lectures/styles/custom.css", "r").read()
return HTML(styles)
css_styling()
Out[1]: