ipython - Links
Extensions
ipipe. The ipipe extension provides a handy way to browse and manipulate tabular data, e.g. groups of files or environment variables.
Note: On Windows, you will need to install wxPython (Install):
ils
ils("/wip")
iwalk("/users/patrick/env", dirs=False)
d = {'Peter': 44, 'Alison': 45, 'Barry': 21, 'Martin': 18}
d | idump
key |value
Barry | 21
Martin| 18
Alison| 45
Peter | 44
ienv