--- title: "Popcorn analysis" --- ## Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see . ```{python} from lets_plot import LetsPlot LetsPlot.setup_html() ``` Testing plot ```{python} #| column: page from notebooks.popcorn import plt_filesize outp, defs = plt_filesize.run() outp ```