18 lines
368 B
Python
18 lines
368 B
Python
import marimo
|
|
|
|
__generated_with = "0.16.2"
|
|
app = marimo.App(width="medium")
|
|
|
|
with app.setup:
|
|
# Initialization code that runs beimpofore all other cells
|
|
import lets_plot as lp
|
|
import marimo as mo
|
|
import polars as pl
|
|
import re
|
|
|
|
|
|
@app.cell(hide_code=True)
|
|
def _():
|
|
mo.md(r"""# Void Linux 'Popcorn' package repository stat analysis""")
|
|
return
|
|
|