learn

(β˜… 347)

πŸ“š A curated collection of marimo notebooks for education.

File Explorer

ZIP Download
  • .gitignore
  • .typos.toml
  • Dockerfile
  • LICENSE
  • Makefile
  • README.md
  • requirements.txt

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

marimo

View Details β–Ό

A reactive Python notebook environment.
Combines features of Jupyter, Streamlit, and other notebook tools with reactive execution.

marimo edit

Create or edit notebooks by starting a marimo server:

marimo edit {{[-p|--port]}} {{port_number}} --headless

Start a marimo server on a specific port without launching a browser:

marimo edit {{path/to/notebook.py}}

Edit a specific notebook:

πŸ”

python

View Details β–Ό

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation