Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 444 Bytes

index.rst

File metadata and controls

13 lines (10 loc) · 444 Bytes

Extending the Notebook

Certain subsystems of the notebook server are designed to be extended or overridden by users. These documents explain these systems, and show how to override the notebook's defaults with your own custom behavior.

.. toctree::
    :maxdepth: 2

    Extending the Jupyter Server <https://jupyter-server.readthedocs.io/en/stable/developers/index.html>
    frontend_extensions