Why are we using Jupiter in python and what is this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Why are we using Jupiter in python and what is this?

What is Jupiter??

15th Sep 2020, 10:55 AM
JOK3R
JOK3R - avatar
2 Answers
+ 4
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.
15th Sep 2020, 10:57 AM
👑FabVab👑
👑FabVab👑 - avatar
+ 5
Instead of installing different interfaces for each language kernel you need, Jupyter allows you to use the same structure of the notebook type of file. Simply, each notebook you create will connect to the language kernel you request. Consider also, this file can be easily stored locally or on a remote server.
15th Sep 2020, 10:58 AM
Alphin K Sajan
Alphin K Sajan - avatar