-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpresentation.html
244 lines (222 loc) · 14.1 KB
/
presentation.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Presentations on IPython — IPython</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/agogo.css?v=9d7b1825" />
<link rel="stylesheet" href="_static/ipython.css" type="text/css" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Project" href="project.html" />
<link rel="prev" title="The Jupyter Notebook" href="notebook.html" />
</head><body>
<div class="header-wrapper">
<div class="header">
<div class="logo"><a href="index.html">
<img class="logo" src="_static/IPy_header.png" alt="Logo"/>
</a></div>
<div class="rel">
<a href="https://jupyter.readthedocs.io/en/latest/install.html" target="_blank">Install</a> ·
<a href="documentation.html">Documentation</a> ·
<a href="project.html">Project</a> ·
<a href="https://jupyter.org/" target="_blank">Jupyter</a> ·
<a href="news.html">News</a> ·
<a href="citing.html">Cite</a> ·
<a href="donate.html">Donate</a> ·
<a href="books.html">Books</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<h3>Notebook Viewer</h3>
Share your notebooks
<div class="nbviewer-thm-random">
<script src="_static/nbviewer_thm.js"></script>
<script type="text/javascript">
nbviewer_random_thumbnail();
</script>
</div>
</div>
<div class="sidebarblock">
<h3>Community</h3>
<ul class="simple">
<li><a class="reference external" href="http://stackoverflow.com/questions/tagged/ipython">
Stack Overflow</a></li>
<li><a class="reference external" href="https://github.com/ipython/ipython/issues">
File a bug</a></li>
<li><a class="reference external" href="http://www.reddit.com/r/IPython">
Reddit</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="presentations-on-ipython">
<h1>Presentations on IPython<a class="headerlink" href="#presentations-on-ipython" title="Link to this heading">¶</a></h1>
<p>We have given a number of talks and presentations about IPython:</p>
<section id="id1">
<h2>2014<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>Fernando gave a keynote address at PyCon 2014 entitled <em>Python and Science:
How OSS and Python are transforming science</em>. The <a class="reference external" href="https://www.youtube.com/watch?v=2NSbuKFYyvc">video is availible</a> on the PyCon 2014 YouTube site.</p></li>
<li><p>At PyCon 2014 there was also a tutorial <em>IPython in depth: high productivity
interactive and parallel python</em>. The entire 3 hour long tutorial can be viewed
<a class="reference external" href="https://www.youtube.com/watch?v=XFw1JVXKJss">here</a>.</p></li>
</ul>
</section>
<section id="id2">
<h2>2013<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>Fernando’s SciPy 2013 Keynote entitled <em>IPython: from the shell to a book with
a single tool…the method behind the madness</em> can be viewed <a class="reference external" href="https://www.youtube.com/watch?v=j9YpkSX7NNM">on YouTube</a>.</p></li>
<li><p>The SciPy tutorial <em>IPython in Depth</em> is also available:
<a class="reference external" href="https://www.youtube.com/watch?v=xe_ATRmw0KM">Part 1</a>,
<a class="reference external" href="https://www.youtube.com/watch?v=A8VbS-YX2Lo">Part 2</a>,
<a class="reference external" href="https://www.youtube.com/watch?v=4tJKZWWRs6s">Part 3</a>.</p></li>
</ul>
</section>
<section id="id3">
<h2>2012<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>Fernando’s talk <em>IPython: Python at your fingertips</em> is available in <a class="reference external" href="http://fperez.org/talks/1203_ipython_pycon.pdf">PDF</a> and PyVideos.org also
posted the <a class="reference external" href="https://www.youtube.com/watch?v=26wgEsg9Mcc">full video</a>.</p></li>
<li><p>From our <a class="reference external" href="https://us.pycon.org/2012/schedule/presentation/121/">IPython in-depth PyCon 2012 tutorial</a>, we have PDF slides both
for the <a class="reference external" href="http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Intro.pdf">introduction</a> and
for the <a class="reference external" href="http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Notebook.pdf">notebook</a>.
The full 3+ hour tutorial video is also <a class="reference external" href="https://www.youtube.com/watch?v=2G5YTlheCbw">available on YouTube</a>. Note that <em>all</em> PyCon 2012
videos are online at the incredible <a class="reference external" href="http://pyvideo.org/category/17/pycon-us-2012">PyVideo.org site</a>.</p></li>
</ul>
</section>
<section id="id5">
<h2>2011<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://archive.ipython.org/media/sheff_python_presentation.pdf">Slides</a>
from a talk about IPython for the Sheffield Python user group.</p></li>
<li><p><a class="reference external" href="http://fperez.org/talks/1107_ipython_scipy.pdf">Slides</a> and <a class="reference external" href="http://www.archive.org/details/Wednesday-203-6-IpythonANewArchitectureForInteractiveAndParallel">video</a>
of a presentation about the new features in IPython 0.11 at the Scipy 2011
conference.</p></li>
<li><p>A <a class="reference external" href="http://minrk.github.com/scipy-tutorial-2011">tutorial</a> on using IPython
for parallel computing with our new ZeroMQ infrastructure.</p></li>
</ul>
</section>
<section id="id6">
<h2>2010<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy10_india.pdf">Slides</a>
from a talk that Fernando Perez presented at the <a class="reference external" href="http://scipy.in/scipyin/2010">SciPy India 2010 conference</a>.</p></li>
<li><p>Brian Granger has written a <a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_winhpc_whitepaper_v1.pdf">whitepaper</a>
describing the new support that ipcluster has for Windows HPC Server 2008. If
you use IPython’s parallel computing architecture on Windows, this provides a
very nice way of starting the controller and engines on a cluster. The
whitepaper shows how to get started with IPython and Windows HPC Server 200
as well two examples of using IPython to perform an interactive parallel
computation. This material is also in our documentation <a class="reference external" href="https://ipython.org/ipython-doc/stable/parallel/parallel_winhpc.html">here</a> and
<a class="reference external" href="https://ipython.org/ipython-doc/stable/parallel/parallel_demos.html">here</a>.
Many thanks to Microsoft for funding Brian Granger to work on this.</p></li>
</ul>
</section>
<section id="id7">
<h2>2009<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>At <a class="reference external" href="http://conference.scipy.org/">SciPy ‘09</a>, we had a <a class="reference external" href="https://cirl.berkeley.edu/fperez/talks/0908_scipy_state_ipython.pdf">lightning talk</a> on the state of IPython.</p></li>
<li><p>At the <a class="reference external" href="http://www.siam.org/meetings/cse09/">IAM CSE09 conference</a> we gave
two presentations about IPython: a <a class="reference external" href="http://ipython.scipy.org/talks/0903_siamcse09_ipython_interact_fperez.pdf">general one</a>
and another focused on <a class="reference external" href="http://ipython.scipy.org/talks/0903_siamcse09_ipython_dist_bgranger.pdf">parallel and distributed computing</a>.
If you are interested, the slides from all the presentations at this meeting
<a class="reference external" href="https://cirl.berkeley.edu/fperez/py4science/2009_siam_cse/">are available</a>.</p></li>
</ul>
</section>
<section id="id8">
<h2>2008<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>A <a class="reference external" href="http://ipython.scipy.org/talks/0809_23andme_ipython.pdf">talk</a> at
<a class="reference external" href="http://23andme.com">23andMe</a> where Fernando spoke about ipython in general, with
some details about its facilities for distributed computing.</p></li>
</ul>
</section>
<section id="id9">
<h2>2007<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://ipython.scipy.org/doc/talks/0712_pit_architecture.pdf">Slides</a>
from Dave Hudak, from the Ohio Supercomputing Center, about a ‘’proposed’’
system using IPython for high-level, fully managed access to supercomputing
resources (this system hasn’t been implemented yet as of Sept 2008).</p></li>
<li><p>An <a class="reference external" href="http://amath.colorado.edu/faculty/fperez/preprints/ipython-cise-final.pdf">article about IPython</a>,
written by Fernando Perez and Brian Granger, published in the <a class="reference external" href="http://scitation.aip.org/content/aip/journal/cise/9/3">May/June 2007
issue</a> of the
journal ‘’Computing in Science and Engineering’’.</p></li>
<li><p>A <a class="reference external" href="http://ipython.scipy.org/talks/Trilinos-IPython.pdf">set of slides</a> by
Bill Spotz, from Sandia National Labs, on using IPython to interactively use
the <a class="reference external" href="http://trilinos.sandia.gov/">Trilinos</a> parallel solvers.</p></li>
<li><p>Two <a class="reference external" href="http://ipython.scipy.org/talks/0702_pycon/">talks</a> about IPython at
<a class="reference external" href="http://us.pycon.org/TX2007/HomePage">PyCon2007</a> (see the demos and movies
as well).</p></li>
<li><p>A <a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_msri07.pdf">talk</a>
at an <a class="reference external" href="http://www.msri.org/MSRI]/Berkeleyworkshopon[http://www.msri.org/calendar/workshops/WorkshopInfo/410/show_workshop">Interactive Parallel Computation in Support of Research in Algebra,
Geometry and Number Theory</a>.</p></li>
</ul>
</section>
<section id="id10">
<h2>2006<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_cu06.pdf">Slides</a>
of a talk entitled “Interactive Parallel Computing with Python and IPython,”
at CU Boulder.</p></li>
<li><p>A <a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_DANSE06.pdf">poster</a>
at the <a class="reference external" href="http://www.cacr.caltech.edu/projects/danse/meetings/kickoff/">DANSE kickoff meeting</a>.</p></li>
<li><p>A <a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy06.pdf">lightening talk</a>
at <a class="reference external" href="http://www.scipy.org/SciPy2006">SciPy’06</a> about the Parallel Computing
capabilities of IPython.</p></li>
<li><p><a class="reference external" href="http://modular.ucsd.edu/sage/days1/perez.pdf">Slides</a> and <a class="reference external" href="http://modular.ucsd.edu/sage/days1/audio/day1/voice004.mp3">MP3 audio</a> of a talk at
<a class="reference external" href="http://modular.ucsd.edu/sage/days1/index.html">SAGE Days 2006</a>.</p></li>
<li><p>A <a class="reference external" href="http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_SIAMpp06.pdf">poster</a>
presented at <a class="reference external" href="http://www.siam.org/meetings/pp06/">SIAM’s Parallel Processing ‘06 conference</a>.</p></li>
</ul>
</section>
<section id="id11">
<h2>2005<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>Two talks at SciPy’05: one about <a class="reference external" href="http://ipython.scipy.org/misc/scipy05_parallel.pdf">parallel computing</a>
and one about <a class="reference external" href="http://ipython.scipy.org/misc/ipython-notebooks-scipy05.pdf">interactive notebooks</a>.</p></li>
</ul>
</section>
<section id="id12">
<h2>2004<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>A <a class="reference external" href="http://ipython.scipy.org/misc/ipython_scipy04.pdf">talk</a> at SciPy’04.</p></li>
</ul>
</section>
<section id="id13">
<h2>2003<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li><p>An <a class="reference external" href="http://ipython.scipy.org/misc/ipython_scipy03.pdf">overview of IPython</a> at SciPy’03.</p></li>
</ul>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer" role="contentinfo">
© Copyright the IPython development team. Python is trademark of the Python Software Foundation.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>
</div>
</body>
</html>