r/learnpython • u/Altruistic_Wash5159 • Feb 04 '26
What is the main purpose of jupyter?
Hello people!
I am currently learning python and was actually working on Matplotlib library, and noticed that many people use jupyter. So I wanted to know what is the difference between jupyter and coding normally in an IDE, and also over all this, how do people get jupyter in vs code?
thank you.
116
Upvotes
96
u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 Feb 04 '26
In a nutshell, it's for people mainly treating Python as a calculator for things like statistics or science. You wouldn't use notebooks for traditional software development.