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.
1 parent 97ce993 commit 5cd5f82Copy full SHA for 5cd5f82
docs/source/frontends.rst
@@ -19,7 +19,7 @@ The ExtensionApp:
19
- loads itself as a server extension beside other Jupyter frontends and extensions.
20
- provides a command-line interface to launch the frontend extension directly (starting a server along the way).
21
22
-To create a new Jupyter frontend application, subclass the ExtensionApp like the example below:
+To create a new Jupyter frontend application, subclass the ``ExtensionApp`` like the example below:
23
24
.. code-block:: python
25
0 commit comments