csp icon indicating copy to clipboard operation
csp copied to clipboard

Move large examples / examples with code that belongs in separate files / notebook to separate repo

Open timkpaine opened this issue 1 year ago • 1 comments

Large notebooks, for example, can increase the size of our repo substantially, so we should do something with these.

Separately, some of the larger notebook examples might do better in .py files where they can be linted/tested better

timkpaine avatar Jun 06 '24 14:06 timkpaine

Another option is to use text-based notebooks (see https://myst-nb.readthedocs.io/en/latest/authoring/text-notebooks.html)

melissawm avatar Jun 07 '24 16:06 melissawm