Skip to content

Option to run only dependent cells #7

Description

@thomasballinger

observable-jupyter currently runs all cells of a notebook. It may come up that people want to run only a selection of cells. (I messed this up in #5)

Robservable uses include=[a, b, c] and hide=[c] to run a, b, and c but only display a and b. This API wouldn't be backwards-compatible, but it seems nice.

There are a variety of possible APIs!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions