#Python workshop - NICAR 2015 Source docs
###Software Miniconda
###Tools SublimeText
(function(document) { | |
'use strict'; | |
var LightTableFilter = (function(Arr) { | |
var _input; | |
function _onInputEvent(e) { | |
_input = e.target; | |
var tables = document.getElementsByClassName(_input.getAttribute('data-table')); |
<!doctype html> | |
<html> | |
<head> | |
<title>Line Chart</title> | |
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.js"></script> | |
</head> | |
<body> | |
<div style="width: 90%; height:100%;"> | |
<div> |
#Python workshop - NICAR 2015 Source docs
###Software Miniconda
###Tools SublimeText