Update quarto project style

This commit is contained in:
Marty Oehme 2025-10-09 17:52:19 +02:00
parent 2789644630
commit 0e9064c49d
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -11,4 +11,5 @@ wheels/
/.quarto/
/_output/
/output/
/.jupyter_cache/

View file

@ -1,13 +1,16 @@
project:
title: "Popcorn analysis"
output-dir: _output
title: "Void Linux PopCorn packages statistics analysis"
output-dir: output
render:
- popcorn.qmd
execute:
cache: false
format:
html:
embed-resources: true
theme:
# light: flatly
light: darkly
light: flatly
dark: darkly

View file

@ -54,7 +54,7 @@ def pplot(cell: Cell) -> Any:
outp, _ = run_cell(cell)
return (
outp
+ lp.flavor_darcula()
# + lp.flavor_darcula()
+ lp.ggsize(width=fig_width * 1000, height=fig_height * 1000)
)