Skip to content

Commit accd8c3

Browse files
committed
1 parent 6c2e388 commit accd8c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

jupyterlab_server/app.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ class LabServerApp(ExtensionAppJinjaMixin, ExtensionApp):
3737
# Should your extension expose other server extensions when launched directly?
3838
load_other_extensions = True
3939

40+
@staticmethod
41+
def _jupyter_server_extension_paths():
42+
return [{
43+
'module': 'jupyterlab_server'
44+
}]
45+
4046
def initialize_settings(self):
4147
settings = self.serverapp.web_app.settings
4248
# By default, make terminals available.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'json5',
5151
'jsonschema>=3.0.1',
5252
'jinja2>=2.10',
53-
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@extension_handlers',
53+
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@discover-extensionapp-config',
5454
],
5555
setup_args['entry_points'] = {
5656
'pytest11': [

0 commit comments

Comments
 (0)