- 
                Notifications
    
You must be signed in to change notification settings  - Fork 753
 
Labels
enhancementNew feature or requestNew feature or request
Description
Description
I use Markdown to structure my notebook and facilitate navigation via the table of content sidebar. However, I most often use execution mode on startup: lazy to avoid costly computations. In this case, Markdown cells are not executed and don't appear in the table of content for navigation.
Example
Suggested solution
The execution mode on startup: lazy executes all markdown cells (and maybe reusable functions?) given they should be top-level nodes with no side-effect. It seem to fit what "lazy" means.
Then, on startup: off would execute exactly nothing, i.e., the current on startup: lazy behavior
Are you willing to submit a PR?
- Yes
 
Alternatives
No response
Additional context
No response
anjiro and mahesh-panchalevanphilipodanoburu
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request