Skip to content

ContinuumIO/pydata-apps

Repository files navigation

Python Data Applications

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

Short link to this app: http://git.io/pydata-apps

Requirements

  • Download and install the Anaconda Python Distribution

  • Download archive of this repository or checkout with git

    git clone https://github.com/ContinuumIO/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