REINTERACT(1) User Commands REINTERACT(1)NAMEreinteract - worksheet-based graphical Python shellSYNOPSISreinteract [options]OPTIONS-h, --help show this help message and exit -u UI, --ui=UI the user interface mode (standard or mini) -d, --debug enable internal debug messages Reinteract is a tool for interactive experimentation with Python oriented around "worksheets" containing Python code combined with the results of that code, formatted as text or graphical plots. Unlike a traditional shell, you can go back and edit previously entered state- ments, and the results will update. Amongst other things, Reinteract is suitable for experimentation with the Python language and for data analysis using NumPy and SciPy.AUTHORReinteract was written by Owen Taylor <otaylor@fishsoup.net>. reinteract 0.5.0 March 2009 REINTERACT(1)