Add polars, marimo, gt and lets-plot
This commit is contained in:
parent
14a50f3a57
commit
ae1895e47f
3 changed files with 298 additions and 1 deletions
18
popcorn.py
18
popcorn.py
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue