Marimo Glance από marimo
See marimo notebooks at a glance: run them live, inline on GitHub, gists and Gitlab.
Μεταδεδομένα επέκτασης
Στιγμιότυπα
Σχετικά με την επέκταση
marimo notebooks are just Python files, so GitHub, gists, and GitLab display them as plain source code. Marimo Glance spots a real notebook and adds a “Switch to interactive marimo notebook” button in the corner of the page. One click replaces the raw Python with a fully interactive notebook you can run, edit, and explore — without leaving the page, cloning the repo, or installing anything. “See original” flips you back to the source at any time.
The extension watches the files you open on github.com, gist.github.com, and gitlab.com. On a .py file it looks for a genuine top-level app = marimo.App(...) declaration, so ordinary Python files — and passing mentions of marimo in comments or strings — are left completely alone. When it finds a notebook, it boots it live through the marimo.app playground, running entirely in WebAssembly inside your browser.
The notebook source is packed into the page URL’s fragment (the part after #) and handed straight to the in-browser WASM runtime. Browsers never send that fragment to any server, so your code — private repositories included — is never uploaded by the extension. (The one exception is if you deliberately choose “Open in molab” from inside the notebook, which sends your code to molab to run and share there.)
Works on GitHub blobs, GitHub gists, and GitLab blobs.
The extension watches the files you open on github.com, gist.github.com, and gitlab.com. On a .py file it looks for a genuine top-level app = marimo.App(...) declaration, so ordinary Python files — and passing mentions of marimo in comments or strings — are left completely alone. When it finds a notebook, it boots it live through the marimo.app playground, running entirely in WebAssembly inside your browser.
The notebook source is packed into the page URL’s fragment (the part after #) and handed straight to the in-browser WASM runtime. Browsers never send that fragment to any server, so your code — private repositories included — is never uploaded by the extension. (The one exception is if you deliberately choose “Open in molab” from inside the notebook, which sends your code to molab to run and share there.)
- Runs WebAssembly-compatible notebooks only — anything depending on packages or features unavailable under Pyodide won’t run in the embed.
- The interactive notebook is a scratch space: run and tweak cells freely, but edits aren’t saved back to GitHub/GitLab, and a refresh starts fresh from the original source.
- Switching between interactive and source never restarts a running notebook.
Works on GitHub blobs, GitHub gists, and GitLab blobs.
Βαθμολογήθηκε με 0 από 0 αξιολογητές
Δικαιώματα και δεδομένα
Απαιτούμενα δικαιώματα:
- Πρόσβαση στα δεδομένα σας για github.com
- Πρόσβαση στα δεδομένα σας για gist.github.com
- Πρόσβαση στα δεδομένα σας για gitlab.com
- Πρόσβαση στα δεδομένα σας για raw.githubusercontent.com
- Πρόσβαση στα δεδομένα σας για gist.githubusercontent.com
Συλλογή δεδομένων:
- Ο δημιουργός δηλώνει ότι αυτή η επέκταση δεν απαιτεί συλλογή δεδομένων.
Περισσότερες πληροφορίες
- Σύνδεσμοι προσθέτου
- Έκδοση
- 0.1.2
- Μέγεθος
- 55,21 KB
- Τελευταία ενημέρωση
- 3 μέρες πριν (21 Ιουλ 2026)
- Σχετικές κατηγορίες
- Άδεια
- Apache License 2.0
- Πολιτική απορρήτου
- Διαβάστε την πολιτική απορρήτου του προσθέτου
- Ιστορικό εκδόσεων
- Προσθήκη σε συλλογή