+ 2

What is Jupyter? What is it's use and how do I get it?

I've heard a lot about this Jupyter thing but I do not know what it is.

18th May 2018, 1:31 PM
Ashwani Kumar Kamal
Ashwani Kumar Kamal - avatar
2 Answers
+ 15
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. Python is a “batteries included” computer programming language. More concretely, Python is aprogramming language that, in contrast to other programminglanguages such as C, Fortran, or Java, allows users to more readily focus and solve domain problems instead of dealing with the complexity of how a computer operates.
18th May 2018, 1:37 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 2
I got Jupyter as a part of Anaconda. Anaconda is a Python distribution.
18th May 2018, 3:37 PM
Paul
Paul - avatar