Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Apr 25, 2024
1 parent e2d4810 commit b798e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/developers/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ Starting asynchronous tasks from an ExtensionApp
.. versionadded:: 2.15.0


An ``ExtensionApp`` can start asynchronous tasks after Jupyter Server's event loop is started by overriding its ``_start_jupyter_server_extension()`` method. This can be helpful for setting up e.g. background tasks.
An ``ExtensionApp`` can start asynchronous tasks after Jupyter Server's event loop is started by overriding its
``_start_jupyter_server_extension()`` method. This can be helpful for setting up e.g. background tasks.

Here is a basic (pseudo) code example:

Expand Down

0 comments on commit b798e25

Please sign in to comment.