Reputation: 1976
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?
Upvotes: 0
Views: 3129
Reputation: 87279
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)
Upvotes: 1