mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
4a3386663c
* Improve some docstrings too * Fix a busted extension link along the way (c) Copyright IBM Corp. 2016
18 lines
414 B
ReStructuredText
18 lines
414 B
ReStructuredText
======================
|
|
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
|
|
|
|
contents
|
|
savehooks
|
|
handlers
|
|
frontend_extensions
|
|
keymaps
|
|
bundler_extensions
|