Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Feb 29, 2020
1 parent 6c2e388 commit accd8c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions jupyterlab_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ class LabServerApp(ExtensionAppJinjaMixin, ExtensionApp):
# Should your extension expose other server extensions when launched directly?
load_other_extensions = True

@staticmethod
def _jupyter_server_extension_paths():
return [{
'module': 'jupyterlab_server'
}]

def initialize_settings(self):
settings = self.serverapp.web_app.settings
# By default, make terminals available.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'json5',
'jsonschema>=3.0.1',
'jinja2>=2.10',
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@extension_handlers',
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@discover-extensionapp-config',
],
setup_args['entry_points'] = {
'pytest11': [
Expand Down

0 comments on commit accd8c3

Please sign in to comment.