Skip to content

Commit 269012b

Browse files
committed
Add Extension App aliases to server App
1 parent 02cc7d7 commit 269012b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_server/extension/application.py

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ def initialize_server(cls, argv=[], load_other_extensions=True, **kwargs):
479479
"""
480480
serverapp = ServerApp.instance(
481481
jpserver_extensions={cls.get_extension_package(): True}, **kwargs)
482+
serverapp.aliases.update(cls.aliases)
482483
serverapp.initialize(
483484
argv=argv,
484485
starter_extension=cls.name,

0 commit comments

Comments
 (0)