|
Through Jupyter?s kernel and messaging architecture the Notebook allows code to be run in a range of different programming languages. For each notebook document that a user opens the web application starts a kernel that runs the code for that notebook.
https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.html
|