Book Image

Mastering IPython 4.0

By : Thomas Bitterman, Dipanjan Deb
Book Image

Mastering IPython 4.0

By: Thomas Bitterman, Dipanjan Deb

Overview of this book

IPython is an interactive computational environment in which you can combine code execution, rich text, mathematics, plots, and rich media. This book will get IPython developers up to date with the latest advancements in IPython and dive deep into interactive computing with IPython. This an advanced guide on interactive and parallel computing with IPython will explore advanced visualizations and high-performance computing with IPython in detail. You will quickly brush up your knowledge of IPython kernels and wrapper kernels, then we'?ll move to advanced concepts such as testing, Sphinx, JS events, interactive work, and the ZMQ cluster. The book will cover topics such as IPython Console Lexer, advanced configuration, and third-party tools. By the end of this book, you will be able to use IPython for interactive and parallel computing in a high-performance computing environment.
Table of Contents (18 chapters)
Mastering IPython 4.0
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
6
Works Well with Others – IPython and Third-Party Tools
Index

Summary


IPython belongs to the Jupyter project. From their inception, both IPython and Jupyter have been very opportunistic and pragmatic about their features – if a feature seemed like a good idea to the Steering Committee, it became part of the project. This has both good and bad aspects. On the good side, any useful advance in programming is likely to be incorporated into the project. On the down side, it makes predicting where the project is going difficult. About the only sure bet is that the project will continue to be active, given its large and growing popularity.

The technological and economic infrastructure supporting coding means that further advances in performance and scaling will result from increased reliance on parallel computing, whether the tightly coupled traditional architecture, or the more loosely coupled cloud style. In either case, IPython is well situated to follow the field as it advances.

In a wider view, scientific computing is reaching the end of disposable code...