Releases: Takax62/iPython
Releases · Takax62/iPython
iPython 3.0
This is new release contains a fixed bug:
- The when an error happens in the shell, it will exit.
Now, it doesn't. It just needed the try: except Exception as e: blocks.
iPython 2.1
This is a better release of iPython 2.0. This bug is now fixed: if an error appears, it will exit. It now shows the menu instead of exiting. I am really sure that makes iPython better!
iPython 2.0
Bug fixes: the always exit after finish bug and the can't see the output without the time module bug. These bugs are now fixed! Hope it can make iPython better!
iPython 1.0
This is the first release of iPython (not Jupyter IPython). This is a simple console-based Python IDE. For more information, read the license and run the app. NOTE: The .exe will print an error when you use GUI (such as tk). If you wanna create GUIs with iPython, then use the .py file.