Atelier: IPython in Depth


Détails
Atelier
Ce mois-ci je vous propose un format un peu different avec du hands-on.
Ca serait un atelier ou vous amenez votre ordinateur avec Jupyter deja installe ou non, voir ci-dessous. Ca serait quand-meme mieux que vous l'installer a l'avance.
Ca peut-etre interessant pour ceux qui n'ont pas l'habitude d'utiliser IPython/Jupyter ou meme a un moindre degre les debutants Python.
J'ai propose un Lab pour EuroPython 2016 a Bilbao (17-24 juillet
https://ep2016.europython.eu/conference/talks/ipython-in-depth
qui a ete accepte.
Le lab sera, a priori, sur la base du tutorial "IPython in Depth" disponible sur github:
https://github.com/ipython/ipython-in-depth
http://ipython.org/ipython-doc/rel-0.13/_images/ipy_013_notebook_spectrogram.png
Installation Jupyter/IPython
Je vous propose d'installer la distribution Anaconda qui est disponible pour Windows, Mac OSX, Linux.
Pour telecharger Anaconda.
https://www.continuum.io/downloads
Je conseille la version Python3 en 64-bit.
Une fois Anaconda installe, vous pouvez installer Jupyter/IPython avec la commande:
conda install jupyter
Note: Vous pouvez aussi installer R (pas necessaire pour "ipython-in-depth"):
conda install -c r r-essentials
comme decrit ici:

Atelier: IPython in Depth