What is the use of Jupyter notebook? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

What is the use of Jupyter notebook?

Guys,I don't understand why notebook like jupyter and colab are used when there is ide!

16th Jun 2020, 8:39 AM
Mohammad Ansah Kuriyodath
Mohammad Ansah Kuriyodath - avatar
2 Antworten
+ 4
You can deploy Jupyter Notebook on a remote server and access from web browser, so that your laptop won’t get heavy running Python itself.
16th Jun 2020, 8:49 AM
Arsenic
Arsenic - avatar
+ 4
But still for heavy and full fledged projects, one should preffer an IDE over notebooks as they are much more powerful and provide whole armoury of tools for development.
16th Jun 2020, 8:52 AM
Arsenic
Arsenic - avatar