@@ -19,10 +19,15 @@ Introductory
1919IPython and Jupyter provide tools for interactive computing that are widely
2020used in scientific computing, but can benefit any Python developer.
2121
22- We will show how to use IPython in different ways, as: an interactive shell, a
23- graphical console, a network-aware VM in GUIs, a web-based notebook with code,
24- graphics and rich HTML. We will demonstrate how to deploy a custom environment
25- with Docker that not only contain multiple Python kernels as well as a couple
22+ We will show how to use IPython in different ways, as:
23+
24+ - an interactive shell,
25+ - a graphical console,
26+ - a network-aware VM in GUIs,
27+ - a web-based notebook with code, graphics and rich HTML.
28+
29+ We will demonstrate how to deploy a custom environment
30+ with Docker that not only contains multiple Python kernels but also a couple
2631of other languages.
2732
2833# Audience
@@ -72,12 +77,12 @@ providing unique functionality tuned to a specific use case:
7277
7378 ![ Notebook screenshot] ( http://jupyter.org/assets/jupyterpreview.png )
7479
75- The notebooks also allow for code in multiple language allowing to mix Python
80+ The notebooks also allow for code in multiple languages allowing to mix Python
7681 with Cython, C, R and other languages to access features hard to obain from
7782 Python.
7883
79- These tools also increasingly work with languages other than Python, and we are
80- renaming the language independent frontend components to * Jupyter* in order to
84+ These tools also increasingly work with languages other than Python, and we
85+ renamed the language independent frontend components to * Jupyter* in order to
8186make this clearer. The Python kernel we provide and the original terminal-based
8287shell will continue to be called * IPython* .
8388
@@ -112,7 +117,7 @@ productive workflow in Python.
112117** Last section**
113118
114119- Deploying with docker (locally or in the cloud).
115- - have the attendees deploy a image that contain the latest development versions.
120+ - have the attendees deploy a image that contains the latest development versions.
116121- show how to write various extensions, and multi language integration.
117122
118123# More info
@@ -126,6 +131,6 @@ The materials for this tutorial are
126131
127132# Additional Notes
128133
129- Versions of this tutorial have been presented at PyCon 2012, 2014, and 2015 . It
134+ Versions of this tutorial have been presented at PyCon 2012, 2014, 2015 and also EuroPython 2016 . It
130135has been well received so far, and we would like to do keep teaching about
131136IPython and Jupyter!
0 commit comments