+ 1
Is there any difference between idle and jyupiter?
2 Answers
+ 5
This is from quora :
"IDLE - a basic text editor with a built in REPL. Fine for beginners, but rather limited. Jupyter - Jupyter is a console built on IPython, rather than a code editor, but it has many features and can be used for quickly testing things"
Have a look at the actual link
https://www.quora.com/Should-I-keep-using-Pythons-IDLE-or-switch-to-Jupyter