On Github alaindomissy / I_went_to_ODSC_WEST_2015
A few things I learnt at:
what I remembered
but this time:
San Francisco 2015
San Diego 2016
from IPython.core.display import HTML def css_styling(): styles = open("./styles/custom.css", "r").read() return HTML(styles) css_styling()
# !jupyter nbconvert I_went_to_ODSC_WEST_2015.ipynb --to slides --post serve