Python Forum
Question about Jupyter Notebook and its use cases
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about Jupyter Notebook and its use cases
#1
I am wondering the use cases of Jupyter notebook. It's not an IDE, though the newest version Jupyter Lab can serve as that role. It feels more like a tool for experimenting and interacting with data more akin to a office application. Do people actually use Jupyter notebook as a production workflow?

Can you also tell me why it's implemented as a web app for local use? Normally, when I see apps of this type, it's run off a cloud. A good example would be something like Google Office. However, it seems strange to have a web app that runs off a local web server. Is this a way to reduce the number of crossplatform recoding by running it as a web app?
Reply
#2
(Mar-13-2023, 05:21 AM)JanOlvegg Wrote: Do people actually use Jupyter notebook as a production workflow?
Yes,there are many that use in diifrent ways in a production workflow.
Quote:Many organizations use notebooks in production,
especially when they come to a point where they want to share the functionality of a notebook with other people or non-technical users.

Quote:Can you also tell me why it's implemented as a web app for local use?
Beacuse using Browser offer much more flexible/interactive user interface and more features than a classic GUI interfafce can offer example .

Quote:Normally, when I see apps of this type, it's run off a cloud. A good example would be something like Google Office
It's the same with Jupyter Notebooks there are severals ways to run it in cloud examle:
Colab by Google.
GitHub announced in November 2022 that JupyterLab would be available in its online Coding platform called
Codespace.

Also VsCode can run Notebooks navtite in editor
GitHub can render Nootebooks(.ipynb) online.
Rendering Notebooks on GitHub

I use Colab sometime(eg when graph is involved) when answer on this forum,it show result and user can also run code.
Example NoteBook for from this post
Larz60+ likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a reason to use Jupyter note when you have Jupyter Lab? JanOlvegg 2 1,255 Mar-17-2023, 05:14 AM
Last Post: JanOlvegg
  Jupyter notebook under Windows renate 4 3,495 Mar-14-2019, 07:31 PM
Last Post: perfringo
  Discount on pre-order, new gamer cases Larz60+ 0 2,357 Nov-18-2017, 12:15 PM
Last Post: Larz60+
  Jupyter Notebook 5.0 released Larz60+ 0 2,882 Apr-09-2017, 05:13 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020