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 c56520a commit 5ebeb7dCopy full SHA for 5ebeb7d
packages/jupyterlab-manager/src/plugin.ts
@@ -248,7 +248,7 @@ function activateWidgetExtension(
248
}
249
250
if (settingRegistry !== null) {
251
- // Add a command for creating a new Markdown file.
+ // Add a command for automatically saving (jupyter-)widget state.
252
commands.addCommand('@jupyter-widgets/jupyterlab-manager:saveWidgetState', {
253
label: 'Save Widget State Automatically',
254
execute: args => {
0 commit comments