@@ -31,10 +31,15 @@ Introductory
31
31
IPython and Jupyter provide tools for interactive computing that are widely
32
32
used in scientific computing, but can benefit any Python developer.
33
33
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
38
43
of other languages.
39
44
40
45
# Audience
@@ -85,12 +90,12 @@ providing unique functionality tuned to a specific use case:
85
90
86
91
![ Notebook screenshot] ( http://jupyter.org/assets/jupyterpreview.png )
87
92
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
89
94
with Cython, C, R and other languages to access features hard to obain from
90
95
Python.
91
96
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
94
99
make this clearer. The Python kernel we provide and the original terminal-based
95
100
shell will continue to be called * IPython* .
96
101
@@ -135,7 +140,7 @@ of their choice and publish their notebook online on nbviewer.
135
140
** Cloud hosting and multilanguage**
136
141
137
142
- 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.
139
144
- show how to write various extensions, and multi language integration.
140
145
141
146
# More info
@@ -149,7 +154,7 @@ The materials for this tutorial are
149
154
150
155
# Additional Notes
151
156
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
153
158
has been well received so far, and we would like to do keep teaching about
154
159
IPython and Jupyter!
155
160
0 commit comments