-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (59 loc) · 3.21 KB
/
Copy pathindex.html
File metadata and controls
73 lines (59 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>VAM-Python by rjweiss</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>VAM-Python</h1>
<p>Materials for the Very Applied Methods workshop (April 25, 2014)</p>
<p class="view"><a href="https://github.com/rjweiss/VAM-Python">View the Project on GitHub <small>rjweiss/VAM-Python</small></a></p>
<ul>
<li><a href="https://github.com/rjweiss/VAM-Python/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/rjweiss/VAM-Python/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/rjweiss/VAM-Python">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a name="vam-python" class="anchor" href="#vam-python"><span class="octicon octicon-link"></span></a>VAM-Python</h1>
<p>Materials for the Very Applied Methods workshop (April 25, 2014)</p>
<h2>
<a name="starting-the-slide-show" class="anchor" href="#starting-the-slide-show"><span class="octicon octicon-link"></span></a>Starting the slide show</h2>
<p>If you just want to see the slides as a slideshow in your browser, <a href="http://www.rebeccaweiss.info/VAM-Python/VAM.slides.html">follow this link</a></p>
<p>You can also view them as a single HTML file, <a href="http://www.rebeccaweiss.info/VAM-Python/VAM.html">follow this link</a></p>
<p>If you want to download the slides as an IPython notebook, download one of the archives on the left (e.g. zip or tarball).</p>
<p>If you have <code>git</code> installed, clone the master branch of this repository:</p>
<div class="highlight highlight-bash"><pre>git clone git@github.com:rjweiss/VAM-Python.git
</pre></div>
<p>If you have IPython 2.0+ installed, you can serve the slides locally with the following command:</p>
<div class="highlight highlight-bash"><pre>ipython nbconvert VAM.ipynb --to slides --post serve
</pre></div>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/rjweiss">rjweiss</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-39179035-5");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>