Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.73 KB

Demo.md

File metadata and controls

45 lines (23 loc) · 1.73 KB

Jupyter Demo Outline

This is an outline of the sequence of the demo.

0. Jupyter Notebook interface

Binder: https://mybinder.org/v2/gh/jamesmyatt/2018-05-jupyter-demo/master

1. Vanilla Jupyter with pandas and matplotlib

notebooks/1-jvdp-fremont-bridge-analysis.ipynb

Extracted from Jake VanderPlas, Reproducible Data Analysis in Jupyter

2. Export to HTML, MD, etc.

Look in "File" menu for "Download as ..." option.

3. GitHub rendering (also in Bitbucket)

https://github.com/jamesmyatt/2018-05-jupyter-demo/blob/master/notebooks/1-jvdp-fremont-bridge-analysis.ipynb

4. Basic interactivity with ipywidgets

notebooks/2-ipywidgets-lorenz-differential-equations.ipynb

Extracted from ipywidgets project, Lorenz Differential Equations

5. Interactive table display with BeakerX, also plotting

notebooks/3-beakerx-interest-rates.ipynb

Extracted from BeakerX project, Python examples

6. Interactive plotting with bqplot

notebooks/4-bqplot-wealth-of-nations.ipynb

Extracted from bqplot project, Wealth of Nations

7. Jupyterlab interface, including CSV view

Binder: https://mybinder.org/v2/gh/jamesmyatt/2018-05-jupyter-demo/master?urlpath=lab

CSV file: data/interest-rates.csv