#!/usr/bin/env python # coding: utf-8 # # Introduction to Jupyter (aka IPython Notebook) # ### ACGT Retreat 2015 # Outline: # # 1. [Installation](installation.ipynb) # 2. Overview of the [Jupyter enviroment](../notebooks/enviroment.ipynb) # 3. [IPython vs Python](../notebooks/use_of_ipython.ipynb) # 4. [Magic functions](../notebooks/magics.ipynb) # 5. [Display system](../notebooks/display.ipynb) # 6. [IPython parallel computing clusters](../notebooks/parallel.ipynb) # 7. Example of [reproducible research](../notebooks/example/analysis.ipynb) # 8. [Export Jupyter](../notebooks/export.ipynb) to other formats # 9. [References](../notebooks/references.ipynb)