Open-source marimo notebooks for the CrowdCent Challenge and quantitative finance.
Browse the cookbook:
uvx marimo run recipes/Open a recipe for editing:
uvx marimo edit recipes/numerai_dashboard.pyEach notebook declares its own dependencies with
PEP 723, so there is no shared
environment to assemble first. The same .py file runs locally and on
CrowdCent Cloud. Dashboard-style recipes can also declare
[tool.crowdcent.cloud] default_view = "app" to open as an app in Cloud while
keeping the editor one toggle away.
hyperliquid_ranking.pytrains a ranking model and submits predictions.numerai_dashboard.pycharts public Numerai performance.hello_cloud.pyshows the CrowdCent Cloud runtime and output directory.
Copy a nearby recipe, edit it in marimo, and open a pull request. The short checklist and metadata format are in CONTRIBUTING.md.