Skip to content

Instantly share code, notes, and snippets.

@agoose77
Created August 15, 2025 17:08
Show Gist options
  • Save agoose77/3319a7cf09a82a8d13c2d15059b0d8c2 to your computer and use it in GitHub Desktop.
Save agoose77/3319a7cf09a82a8d13c2d15059b0d8c2 to your computer and use it in GitHub Desktop.
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-run",
"items": [
{
"command": "apputils:run-all-enabled",
"args": {
"commands": [
"notebook:clear-all-cell-outputs",
"notebook:restart-and-run-to-selected"
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment