IPython Cheatsheet

Magic Functions

%debug: Enter the last exception stack. (Very useful if you don’t wanna rerun your program)

Parallel Computing

If you want to use map_sync, the data object’s all attributes must be serializable.

Table Of Contents

Previous topic

Python

Next topic

iPython 计算运行时间

This Page