thomasballinger / observable-jupyter

Embed visualizations and code from Observable notebooks in Jupyter
https://observable-jupyter.readthedocs.io/
ISC License
56 stars 10 forks source link

Option to run only dependent cells #7

Open thomasballinger opened 3 years ago

thomasballinger commented 3 years ago

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 https://github.com/thomasballinger/observable-jupyter/issues/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!