File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ class LabServerApp(ExtensionAppJinjaMixin, ExtensionApp):
37
37
# Should your extension expose other server extensions when launched directly?
38
38
load_other_extensions = True
39
39
40
+ @staticmethod
41
+ def _jupyter_server_extension_paths ():
42
+ return [{
43
+ 'module' : 'jupyterlab_server'
44
+ }]
45
+
40
46
def initialize_settings (self ):
41
47
settings = self .serverapp .web_app .settings
42
48
# By default, make terminals available.
Original file line number Diff line number Diff line change 50
50
'json5' ,
51
51
'jsonschema>=3.0.1' ,
52
52
'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 ' ,
54
54
],
55
55
setup_args ['entry_points' ] = {
56
56
'pytest11' : [
You can’t perform that action at this time.
0 commit comments