From the video series: Introduction to machine learning with scikit-learn
Option 1: Install scikit-learn library and dependencies (NumPy and SciPy)
Option 2: Install Anaconda distribution of Python, which includes:
Command mode (gray border)
Edit mode (green border)
In [1]:
from IPython.core.display import HTML
def css_styling():
styles = open("styles/custom.css", "r").read()
return HTML(styles)
css_styling()
Out[1]: