Jupyter Notebooks are executable documents containing: formatted text, formatted maths, chunks of code plus figures, tables and textual output generated by that code. Notebooks can be used:
Jupyter itself is web application that interprets, runs and renders Notebooks. User just connect to the web interface and interact with it.
The Jupyter Notebook combines three components:
version 4.4
is installed with Intel Python 3.5
. A lot of populars python modules are available (panda, fftw, matplotlib, …)