I'm wondering if it is possible to run cells after a certain cell on Databricks notebook instead of Run All
option on top of notebook?
Asked
Active
Viewed 2,439 times
0

Mario
- 1,631
- 2
- 21
- 51
1 Answers
1
If you click onto the keyboard symbol in the menu, it will show you available shortcuts. What you need is <Shift>+<Option>+<Down>: Run all below commands (inclusive)
(on Mac, on Window it could be slightly different combination). Or if you click onto the dropdown symbol of >
character, you will see "Run all below" (see the docs)

Alex Ott
- 80,552
- 8
- 87
- 132
-
Thanks for your input. I could find it as you mentioned [here](https://i.imgur.com/nxL40H1.jpg) but I couldn't find shortcut for windows. – Mario Jun 29 '21 at 19:02
-
I think that it could be `
- – Alex Ott Jun 29 '21 at 19:08- ` -
I’ve filed request to expand it for windows and Linux as well – Alex Ott Jun 29 '21 at 19:33