Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.82 KB

Python Data Applications

This tutorial presents how to build data driven application using Blaze, Numba, and Bokeh.

*** SHORT LINK: http://git.io/vIlk2 ***

Requirements

  • Download and install the Anaconda Python Distribution

  • Download archive of this repository or checkout with git

    git clone https://github.com/aterrel/pydata-apps.git
    
  • Each tutorial notebook has a slightly different set of requirements. To install all the requirements from the command line try:

    conda update conda
    conda env create
    source activate pydata_apps
    
  • Then to start working with the IPython notebooks, from the command line start as below. For each embedded app, instructions for running exist in the Python file.

    ipython notebook
    

Static notebooks

For those want to just follow a static notebook (not all interactive elements will work), see the following links:

Contributors

  • Andy R. Terrel
  • Christine Doig
  • Matthew Rocklin