notebook
notebook copied to clipboard
Provide a custom `IDocumentManager`
trafficstars
Fixes #6344
This avoids having to patch docManager.open method at runtime.
However since the IDocumentManager.IWidgetOpener requires access to the doc manager to handle dirty contexts, some logic is similar to the one in the @jupyterlab/docmanager-extension:manager plugin.