+ 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.
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.
+ 2
I got Jupyter as a part of Anaconda. Anaconda is a Python distribution.