This website requires JavaScript.
Explore
Help
Sign In
ASCEE
/
pyqtgraph
Watch
5
Star
0
Fork
0
You've already forked pyqtgraph
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0953741671
pyqtgraph
/
console
/
__init__.py
1 line
33 B
Python
Raw
Normal View
History
Unescape
Escape
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 19:18:38 +00:00
from
Console
import
ConsoleWidget
Reference in New Issue
Copy Permalink