You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/developers/extensions.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,8 @@ Starting asynchronous tasks from an ExtensionApp
356
356
.. versionadded:: 2.15.0
357
357
358
358
359
-
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.
359
+
An ``ExtensionApp`` can start asynchronous tasks after Jupyter Server's event loop is started by overriding its
360
+
``_start_jupyter_server_extension()`` method. This can be helpful for setting up e.g. background tasks.
0 commit comments