@@ -12,7 +12,7 @@ Intermediate
1212
1313# Domain Level
1414
15- Intermediate
15+ Introductory
1616
1717# Description
1818
@@ -21,8 +21,7 @@ used in scientific computing, but can benefit any Python developer.
2121
2222We will show how to use IPython in different ways, as: an interactive shell,
2323a graphical console, a network-aware VM in GUIs, a web-based
24- notebook with code, graphics and rich HTML, and a high-level framework for
25- parallel computing.
24+ notebook with code, graphics and rich HTML.
2625
2726# Audience
2827
@@ -83,16 +82,16 @@ productive workflow in Python.
8382
8483- Basic concepts: the server, the dashboard, your notebooks.
8584- A notebook as a rich document: text, code, results and multimedia.
86- - The IPython display protocol: ` __repr__ ` on acid .
85+ - The IPython display protocol: ` __repr__ ` for more than just text .
8786- Converting notebooks to other formats for sharing, blogging and publication.
8887- Sharing your notebooks: [ nbviewer] ( http://nbviewer.ipython.org ) .
8988
90- ** A brief introduction to ` IPython.parallel ` **
89+ ** Last section **
9190
92- - Basic architecture: the concept of an "interactive IPython cluster".
93- - Direct execution of code across engines in a cluster.
94- - Dynamic load-balancing of tasks.
95- - IPython engines in the cloud (illustrated with Rackspace Compute instances).
91+ - Widgets?
92+ - Libraries that make the most of IPython (dask, pandas, etc.)?
93+ - Parallel?
94+ - Deploying with docker?
9695
9796# More info
9897
@@ -105,7 +104,5 @@ The materials for this tutorial are
105104
106105# Additional Notes
107106
108- This is essentially a repeat of a tutorial Fernando Perez gave at Pycon 2014.
109- It was apparently a big success and he was asked to do it again. However, since Fernando cannot
110- make it to this Pycon, he has asked us to do it. We are both core members of
111- the IPython development team.
107+ Versions of this tutorial have been presented at PyCon 2012, 2014, and 2015.
108+ It has been well received so far, and we would like to do keep teaching about IPython!
0 commit comments