Combine require and css linking in one cell

Learning observable notebooks now for a few days, I am hoping to get feedback for a notebook intended to expose the shape of planet Earth:

My general strategy is to rely on the cell update propagation mechanism first, then fiddle with fine grained flow control.

Is there a recommended strategy ? For larger notebooks, multipage ?

There are also specific questions. Some js libraries benefit from being used with a default stylesheet, as the introductory css article explains. So it seems natural to combine the require js cell and link css cell into one cell. Is there an example somewhere ?

Any feedback welcome,
Andreas

1 Like