Update quarto project style
This commit is contained in:
parent
2789644630
commit
0e9064c49d
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,4 +11,5 @@ wheels/
|
||||||
|
|
||||||
/.quarto/
|
/.quarto/
|
||||||
/_output/
|
/_output/
|
||||||
|
/output/
|
||||||
/.jupyter_cache/
|
/.jupyter_cache/
|
||||||
|
|
|
||||||
11
_quarto.yml
11
_quarto.yml
|
|
@ -1,13 +1,16 @@
|
||||||
project:
|
project:
|
||||||
title: "Popcorn analysis"
|
title: "Void Linux PopCorn packages statistics analysis"
|
||||||
output-dir: _output
|
output-dir: output
|
||||||
render:
|
render:
|
||||||
- popcorn.qmd
|
- popcorn.qmd
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
|
format:
|
||||||
|
html:
|
||||||
|
embed-resources: true
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
# light: flatly
|
light: flatly
|
||||||
light: darkly
|
|
||||||
dark: darkly
|
dark: darkly
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ def pplot(cell: Cell) -> Any:
|
||||||
outp, _ = run_cell(cell)
|
outp, _ = run_cell(cell)
|
||||||
return (
|
return (
|
||||||
outp
|
outp
|
||||||
+ lp.flavor_darcula()
|
# + lp.flavor_darcula()
|
||||||
+ lp.ggsize(width=fig_width * 1000, height=fig_height * 1000)
|
+ lp.ggsize(width=fig_width * 1000, height=fig_height * 1000)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue