Python for Finance: Analyze Big Financial Data

(Elle) #1

Headings for text structuring, e.g., section heads


Figure 2-3. IPython’s browser-based Notebook

The different cell types already indicate that the Notebook is more than an enhanced


Python shell only. It is intended to fulfill the requirements of a multitude of documentation


and presentation scenarios. For example, an IPython Notebook file, having a suffix of


.ipynb, can be converted to the following formats:


Python file


Generates a Python code file (.py) from an IPython Notebook file with noncode


cells commented out.


HTML page


Generates a single HTML page from a single IPython Notebook file.

Free download pdf