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
The ``ExtensionApp`` uses the following methods and properties to connect your frontend to the Jupyter server. Overwrite these pieces to add your custom settings, handlers and templates:
67
67
@@ -85,7 +85,7 @@ To write handlers for an ``ExtensionApp``, use the ``ExtensionHandlerMixin`` cla
85
85
86
86
.. code-block:: python
87
87
88
-
from jupyter_server.extension import ExtensionHandlerMixin
88
+
from jupyter_server.extension.handlerimport ExtensionHandlerMixin
0 commit comments