We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64e234 commit 3476a56Copy full SHA for 3476a56
src/view-only.ts
@@ -135,7 +135,7 @@ export const viewOnlyNotebookFactoryPlugin: JupyterFrontEndPlugin<IViewOnlyNoteb
135
settingRegistry: ISettingRegistry,
136
translator: ITranslator
137
) => {
138
- const PANEL_SETTINGS = '@jupyterlab/notebook-extension:panel';
+ const PANEL_SETTINGS = 'jupytereverywhere:plugin';
139
140
const toolbarFactory = createToolbarFactory(
141
toolbarRegistry,
0 commit comments