IPython based debugging and exploring tool
Project description
IPython based debugging and exploring tool
This package provides the following features:
IPS()
– An embedded IPython shell with some extra features like conditional execution:IPS(x>0)
.activate_ips_on_exception()
– Open an IPython shell in the frame where an exception is raised, but with the ability to move to other frames.dirsearch
– easily search for substrings in the attribute list of an object or in the keys of a dict.displaytools
– an extesion for jupyter notebooks to display intermediate results (e.g. of assignments). Useful for didactic purposes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipydex-0.16.2.tar.gz
(121.8 kB
view hashes)
Built Distribution
ipydex-0.16.2-py3-none-any.whl
(34.1 kB
view hashes)