We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7d0328 + 23cd661 commit 56b06d2Copy full SHA for 56b06d2
docs/source/developers/extensions.rst
@@ -12,7 +12,7 @@ The simplest way to write a Jupyter Server extension is to write an extension mo
12
13
.. code-block:: python
14
15
- def _load_jupyter_server_extension(serverapp):
+ def _load_jupyter_server_extension(serverapp: jupyter_server.serverapp.ServerApp):
16
"""
17
This function is called when the extension is loaded.
18
@@ -46,7 +46,7 @@ Then add this handler to Jupyter Server's Web Application through the ``_load_ju
46
47
48
49
50
51
52
0 commit comments