Skip to content

Commit

Permalink
Add freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Jan 29, 2024
1 parent 4ff878b commit b10bc2a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
12 changes: 12 additions & 0 deletions _freeze/python/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"hash": "6f1f7e4bdb62c1cbbd623e412fe75ee0",
"result": {
"engine": "jupyter",
"markdown": "---\ntitle: Quarto and Python\n---\n\n::: {#17567338 .cell execution_count=1}\n``` {.python .cell-code}\n2 + 2\n```\n\n::: {.cell-output .cell-output-display execution_count=1}\n```\n4\n```\n:::\n:::\n\n\n::: {#da418fc2 .cell execution_count=2}\n``` {.python .cell-code}\nimport seaborn as sns\npenguins = sns.load_dataset(\"penguins\")\nsns.displot(penguins, x=\"flipper_length_mm\")\n```\n\n::: {.cell-output .cell-output-display}\n![](python_files/figure-html/cell-3-output-1.png){width=470 height=470}\n:::\n:::\n\n\n",
"supporting": [
"python_files"
],
"filters": [],
"includes": {}
}
}
Binary file added _freeze/python/figure-html/cell-3-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions _freeze/r/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hash": "6ae3aebea2cab8816b628149592be249",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: Quarto and R\n---\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
7 changes: 7 additions & 0 deletions _freeze/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ format:
editor: visual

execute:
freeze: false
freeze: auto

0 comments on commit b10bc2a

Please sign in to comment.