Kyrand / talks

Reveal JS talks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of talks using reveal.js Javascripted slides

Running

The easiest way to run this demo is to use a Python or nodejs one-line server:

$ python -m SimpleHTTPServer -p 8080

or, with nodejs

npm install -g http-server; http-server

Then just open up a browser and go to http://localhost:8080/index_:

  • index_pydata2015.html, PyData London 2015 - 'Data-visualisation with Python and Javascript: crafting a dataviz toolchain for the web'

About

Reveal JS talks

License:MIT License


Languages

Language:JavaScript 49.3%Language:CSS 34.1%Language:HTML 16.2%Language:Python 0.4%