Jupyter notebook for blender?

Jupyter notebook is an interesting invention. It provides an interactive session with a Python interpreter via the browser. It is especially useful for tutorials by allowing the user to navigate step by step through expert commentary and then run Python code for each step.

Is there a way we could use the same model with Blender?

Tutorials by experienced users, with some text and images and keystrokes via a web browser and press “Run” makes blender do the tasks?

thank you for your attention

Sure , you can already use Blender with iPython , if you Google it you will find several articles online. The code is the easy part , writing the documentation is much more work. Many things are possible with blender Python. , we rarely scratch the surface. I code via live coding which reloads my code every time I make a change making it possible to code my addon while it executes.