We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01d441 commit 7a50250Copy full SHA for 7a50250
src/index.ts
@@ -43,9 +43,10 @@ const extension: JupyterFrontEndPlugin<void> = {
43
/**
44
* A notebook widget extension that adds a button to the toolbar.
45
*/
46
-export class OfflineNotebookButtons
47
- implements DocumentRegistry.IWidgetExtension<NotebookPanel, INotebookModel>
48
-{
+export class OfflineNotebookButtons implements DocumentRegistry.IWidgetExtension<
+ NotebookPanel,
+ INotebookModel
49
+> {
50
51
* Create a new extension object.
52
0 commit comments