Skip to content

Run all markdown cells on startup #5942

@zilto

Description

@zilto

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions