Spaces:
Runtime error
Runtime error
metadata
title: Contributing to This Site
Introduction
- what we're trying to achieve
- what we're looking for
- guidance for educators
- where to find community
- licensing
- use of AI
- how we acknowledge contributions
How to Contribute
- setting up environment
- including a quick intro to useful
uvcommands
- including a quick intro to useful
- WASM
- what it is
- package compatibility (discussed in more detail below)
- formatting and checking with
ruff - naming conventions
dd_some_title.pyis included in index page- other Python files aren't (e.g., notebooks under development)
- see note above about WASM file inclusion
- useful
maketargetsmake install: install packages required to build the sitemake check: run all quick checksmake check_exec NOTEBOOKS="??_*.py": run a set of notebooks to check for runtime errorsmake check_packages NOTEBOOKS="??_*.py": check for inconsistent package versions across notebooksmake build: build websitemake clean: clean up stray files
Things to Know
- marimo skills
- underscore-prefixed variables
- returning
mo.markdown()from code cell mo.show_code()- marimo slides
- localizing files for WASM
- the
publicdirectory and themarimo_learnpackage - examples of URLs
- the
- WASM package compatibility issues (polars, numba)
- widgets (wigglystuff and https://anywidget.dev/en/community/#widgets-gallery)