#!/usr/bin/env python # coding: utf-8 # In[1]: get_ipython().run_cell_magic('javascript', '', "$.getScript('../ipython_notebook_toc.js');\n") # In[2]: get_ipython().run_line_magic('matplotlib', 'inline') import sys sys.path.insert(0,'..') from IPython.display import HTML from helpers import header HTML(header()) # Get involved # =============== # This support is meant to be a collaborative work, this is why we choose to made it available on GitHub, reader is kindly invited to fork the repository and to make changes to the content. In order to correct or add content of this course, do not hesitate to pull request your changes.