pyqtgraph/console
Luke Campagnola c7a78642fd Added interactive console widget:
- GUI interactive python prompt, useful in a variety of situations where
    python -i or ipython don't work very well. 
  - Command history (requires a little help finding storage for this)
  - Exception catching, allowing the user to inspect local variables 
    at any level within a stack trace (currently, this is done _without_
    blocking the application)
2012-06-18 15:18:38 -04:00
..
__init__.py Added interactive console widget: 2012-06-18 15:18:38 -04:00
CmdInput.py Added interactive console widget: 2012-06-18 15:18:38 -04:00
Console.py Added interactive console widget: 2012-06-18 15:18:38 -04:00
template.py Added interactive console widget: 2012-06-18 15:18:38 -04:00
template.ui Added interactive console widget: 2012-06-18 15:18:38 -04:00