<img src="images/continuum_analytics_logo.png" alt="Continuum Logo", align="right", width="30%">
NCCU PyDay 2015
by Andy Terrel
Numba gives a simple way to compile simple functions to assembly via llvm to be used with NumPy kernels.
from IPython.display import IFrame
IFrame('http://numba.pydata.org/', width='100%', height=350)
Blaze allows Python users a familiar interface to query data living in other data storage systems.
from IPython.display import IFrame
IFrame('http://blaze.pydata.org/en/latest/', width='100%', height=350)
Bokeh is a Python interactive visualization library that targets modern web browsers for presentation.
from IPython.display import IFrame
IFrame('http://bokeh.pydata.org/en/latest/', width='100%', height=350)
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 has a slightly different set of requirements. To download all the requirements try:
conda update conda
conda env create
Activate the environment
source activate pydata_apps
For those want to just follow a static notebook (not all interactive elements will work), see the following links: