Created
May 10, 2019 22:28
-
-
Save egafni/a210df902500489c4264f2046dfbd8ab to your computer and use it in GitHub Desktop.
run all cells above
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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