Skip to content

Commit

Permalink
Add Extension App aliases to server App
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 12, 2021
1 parent 02cc7d7 commit 269012b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_server/extension/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ def initialize_server(cls, argv=[], load_other_extensions=True, **kwargs):
"""
serverapp = ServerApp.instance(
jpserver_extensions={cls.get_extension_package(): True}, **kwargs)
serverapp.aliases.update(cls.aliases)
serverapp.initialize(
argv=argv,
starter_extension=cls.name,
Expand Down

0 comments on commit 269012b

Please sign in to comment.