Namespace for notebooks.
The notebooks functionality is composed of three loosely coupled components:
-NotebookSerializer enable the editor to open, show, and save notebooks
-NotebookController own the execution of notebooks, e.g they create output from code cells.
-NotebookRenderer present notebook output in the editor. They run in a separate context.
Namespace for notebooks. The notebooks functionality is composed of three loosely coupled components: -NotebookSerializer enable the editor to open, show, and save notebooks -NotebookController own the execution of notebooks, e.g they create output from code cells. -NotebookRenderer present notebook output in the editor. They run in a separate context.