Closed fcollonval closed 6 months ago
Thanks @fcollonval for opening the issue :+1:
Linking to https://github.com/jupyterlab/lumino/issues/586 as this may also help with this use case.
@fcollonval just checking if you had plans to look into this yourself, or if other contributors could also start looking into it?
I started a branch. I hope to get a PR next week. Is it too late?
OK great, thanks for starting this!
I just wanted to double check what the status on this was, to avoid double work in case someone would be interested in looking into this.
Problem
The plugins are handled directly within the
Application
. This prevents the usage of plugins to initialize application attribute. The symptomatic case is the need to customize the service manager in JupyterLab.Xref:
Proposed Solution
Extracting the plugin resolver logic in its own class (because why should such great feat be hard linked to the Application). Once we get that the logic in index.js will be:
Additional context