Back to browse
GitHub Repository

Turn wasm-compatible marimo notebooks on Github/Gitlab into interactive wasm notebooks

18 starsTypeScript

marimo Glance, an extension to run marimo notebooks inline on GitHub

by kirangadhave·Jul 27, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Runs marimo notebooks inline on GitHub via WASM without uploading your code.

Strengths
  • Smart heuristic scans only first 4KB for app declaration to avoid false positives.
  • Code stays private by passing source via URL fragment instead of server requests.
  • Seamless toggle between raw source and interactive runtime without losing state.
Weaknesses
  • Read-only scratch space means edits cannot be saved back to the repository.
  • Limited to Pyodide-compatible packages, excluding many standard data science libraries.
Target Audience

Data scientists and Python developers using marimo notebooks

Similar To

Jupyter Notebook Viewer · Google Colab · Binder

Similar Projects