A lot of people in science like the concept of the Jupyter Notebook, but the problem is that Jupyter notebook is developed by modern scum so it is overcomplicated crap from a technical standpoint.
Here is the source:
https://github.com/jupyter/notebookAt my last workplace they used Jupyter notebooks and they were always broken, and the programmer scum would blame IT (and eventually got the whole group fired), when really the problem was with the shitty Jupyter Notebook software all along.
If someone could develop an alternative to Jupyter Notebooks that actually works, there would be scientists who would use it out of necessity, because the real Jupyter Notebook is often very difficult or impossible to get "working".
Basically all Jupyter Notebook is is a web server that runs an interface where users can write and run blocks of python code. The blocks of code are called "cells", and each cell can be run independently. Also, the memory is retained after you run a cell, so if you run a cell that increments a variable, then if you run that cell a 2nd time it will increment that variable a 2nd time. That's about it really.
So if someone is looking for a project to work on, maybe try creating a non-shitty alternative to Jupyter Notebook.