@@ -31,10 +31,15 @@ Introductory
3131IPython and Jupyter provide tools for interactive computing that are widely
3232used in scientific computing, but can benefit any Python developer.
3333
34- We will show how to use IPython in different ways, as: an interactive shell, a
35- graphical console, a network-aware VM in GUIs, a web-based notebook with code,
36- graphics and rich HTML. We will demonstrate how to deploy a custom environment
37- with Docker that not only contain multiple Python kernels as well as a couple
34+ We will show how to use IPython in different ways, as:
35+
36+ - an interactive shell,
37+ - a graphical console,
38+ - a network-aware VM in GUIs,
39+ - a web-based notebook with code, graphics and rich HTML.
40+
41+ We will demonstrate how to deploy a custom environment
42+ with Docker that not only contains multiple Python kernels but also a couple
3843of other languages.
3944
4045# Audience
@@ -85,12 +90,12 @@ providing unique functionality tuned to a specific use case:
8590
8691 ![ Notebook screenshot] ( http://jupyter.org/assets/jupyterpreview.png )
8792
88- The notebooks also allow for code in multiple language allowing to mix Python
93+ The notebooks also allow for code in multiple languages allowing to mix Python
8994 with Cython, C, R and other languages to access features hard to obain from
9095 Python.
9196
92- These tools also increasingly work with languages other than Python, and we are
93- renaming the language independent frontend components to * Jupyter* in order to
97+ These tools also increasingly work with languages other than Python, and we
98+ renamed the language independent frontend components to * Jupyter* in order to
9499make this clearer. The Python kernel we provide and the original terminal-based
95100shell will continue to be called * IPython* .
96101
@@ -135,7 +140,7 @@ of their choice and publish their notebook online on nbviewer.
135140** Cloud hosting and multilanguage**
136141
137142- Deploying with docker (locally or in the cloud).
138- - have the attendees deploy a image that contain the latest development versions.
143+ - have the attendees deploy a image that contains the latest development versions.
139144- show how to write various extensions, and multi language integration.
140145
141146# More info
@@ -149,7 +154,7 @@ The materials for this tutorial are
149154
150155# Additional Notes
151156
152- Versions of this tutorial have been presented at PyCon 2012, 2014, and 2015 . It
157+ Versions of this tutorial have been presented at PyCon 2012, 2014, 2015 and also EuroPython 2016 . It
153158has been well received so far, and we would like to do keep teaching about
154159IPython and Jupyter!
155160
0 commit comments