What is a jupyter notebook? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is a jupyter notebook?

26th Mar 2017, 4:03 AM
Biswagourab Mitra
Biswagourab Mitra - avatar
4 Answers
+ 10
It's an Integrated Development environment for Python. It has to be uploaded to a local host for use
26th Mar 2017, 4:17 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 3
You can read about it here: http://jupyter.org/
26th Mar 2017, 4:14 AM
Martian1oh1
Martian1oh1 - avatar
+ 1
okay.. thank you
26th Mar 2017, 4:18 AM
Biswagourab Mitra
Biswagourab Mitra - avatar
+ 1
It can be viewed as an "executable" document, a document in which you can include code (Python, Julia or Erlang: Ju Pyt Er) snippets. When you select a snippet, you can run it and the output is inserted into the document. The output can be a Youtube video, an image, the result of an algorithm, a graph drawn by matplotlib, html formatted text. This makes jupyter notebooks an excellent tool for tutorials or sharing research findings. You even can edit the code and execute the modified version.
26th Mar 2017, 10:00 PM
Jean-Pierre Schnyder
Jean-Pierre Schnyder - avatar