Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 617 Bytes

PyData Seattle Trend Estimation in Time Series Signals Deck + Notebooks

To run the presentation

  1. Clone the repo: git clone https://github.com/bugra/pydata-seattle-2015.git
  2. Run a http server in the main directory, one could use Python(2.7) as in the following:
python -m SimpleHTTPServer

If you are using Python(3.3+) like a boss, you could do the following:

python3 -m http.server