Point72 / csp

csp is a high performance reactive stream processing library, written in C++ and Python
https://github.com/Point72/csp/wiki
Apache License 2.0
207 stars 35 forks source link

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

Open timkpaine opened 5 months ago

timkpaine commented 5 months ago

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

melissawm commented 5 months ago

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