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
148 stars 26 forks source link

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

Open timkpaine opened 3 weeks ago

timkpaine commented 3 weeks 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 3 weeks ago

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