Skip to content

Instantly share code, notes, and snippets.

@egafni
Created May 10, 2019 22:28
Show Gist options
  • Save egafni/a210df902500489c4264f2046dfbd8ab to your computer and use it in GitHub Desktop.
Save egafni/a210df902500489c4264f2046dfbd8ab to your computer and use it in GitHub Desktop.
run all cells above
Erik Gafni [3:27 PM]
add this to your jupyer lab hotkey overrides to run all your notebook cells above the current one (useful right after a restart...)
```{
"notebook:run-all-above": {
"command": "notebook:run-all-above",
"keys": [
"Shift D"
],
"selector": ".jp-Notebook:focus",
"title": "Run All Below",
"category": "Notebook Cell Operations"
}
}```
(settings > advanced editor settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment