Skip to content

Commit

Permalink
Deploying to gh-pages from @ 91499fa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Mar 21, 2024
1 parent e25d8f0 commit cfdf3fc
Show file tree
Hide file tree
Showing 44 changed files with 6,788 additions and 99 deletions.
4 changes: 2 additions & 2 deletions demos/qwebr-auto-run.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
gtag('config', 'G-S8CXP9TZG0', { 'anonymize_ip': true});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<style type="text/css">
.monaco-editor pre {
Expand Down Expand Up @@ -275,7 +275,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"out-width":"700px","classes":"","read-only":"false","output":"true","warning":"true","fig-width":7,"fig-cap":"","label":"unnamed-chunk-1","comment":"","results":"markup","message":"true","context":"interactive","out-height":"","fig-height":5,"dpi":72,"autorun":"false"},"id":1},{"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"out-width":"700px","classes":"","read-only":"false","output":"true","warning":"true","fig-width":7,"fig-cap":"","label":"unnamed-chunk-2","comment":"","results":"markup","message":"true","context":"interactive","out-height":"","fig-height":5,"dpi":72,"autorun":"true"},"id":2},{"code":"data(\"gapminder\", package = \"gapminder\")\nhead(gapminder)","options":{"out-width":"700px","classes":"","read-only":"false","output":"true","warning":"true","fig-width":7,"fig-cap":"","label":"unnamed-chunk-3","comment":"","results":"markup","message":"true","context":"output","out-height":"","fig-height":5,"dpi":72,"autorun":"true"},"id":3},{"code":"ggplot(gapminder, aes(lifeExp)) + \n geom_density(aes(fill=continent), alpha=1/4) + theme_bw() ","options":{"out-width":"500px","classes":"","read-only":"false","output":"true","warning":"true","fig-width":"5","fig-cap":"","label":"unnamed-chunk-4","comment":"","results":"markup","message":"true","context":"output","out-height":"","fig-height":"3","dpi":72,"autorun":"true"},"id":4},{"code":"ggplot(gapminder, aes(lifeExp)) + \n theme_bw() ","options":{"out-width":"500px","classes":"","read-only":"false","output":"true","warning":"true","fig-width":"5","fig-cap":"","label":"unnamed-chunk-5","comment":"","results":"markup","message":"true","context":"interactive","out-height":"","fig-height":"3","dpi":72,"autorun":"true"},"id":5}];
globalThis.qwebrCellDetails = [{"id":1,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"message":"true","results":"markup","read-only":"false","fig-height":5,"label":"unnamed-chunk-1","out-height":"","out-width":"700px","warning":"true","context":"interactive","output":"true","fig-cap":"","comment":"","dpi":72,"classes":"","fig-width":7,"autorun":"false"}},{"id":2,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"message":"true","results":"markup","read-only":"false","fig-height":5,"label":"unnamed-chunk-2","out-height":"","out-width":"700px","warning":"true","context":"interactive","output":"true","fig-cap":"","comment":"","dpi":72,"classes":"","fig-width":7,"autorun":"true"}},{"id":3,"code":"data(\"gapminder\", package = \"gapminder\")\nhead(gapminder)","options":{"message":"true","results":"markup","read-only":"false","fig-height":5,"label":"unnamed-chunk-3","out-height":"","out-width":"700px","warning":"true","context":"output","output":"true","fig-cap":"","comment":"","dpi":72,"classes":"","fig-width":7,"autorun":"true"}},{"id":4,"code":"ggplot(gapminder, aes(lifeExp)) + \n geom_density(aes(fill=continent), alpha=1/4) + theme_bw() ","options":{"message":"true","results":"markup","read-only":"false","fig-height":"3","label":"unnamed-chunk-4","out-height":"","out-width":"500px","warning":"true","context":"output","output":"true","fig-cap":"","comment":"","dpi":72,"classes":"","fig-width":"5","autorun":"true"}},{"id":5,"code":"ggplot(gapminder, aes(lifeExp)) + \n theme_bw() ","options":{"message":"true","results":"markup","read-only":"false","fig-height":"3","label":"unnamed-chunk-5","out-height":"","out-width":"500px","warning":"true","context":"interactive","output":"true","fig-cap":"","comment":"","dpi":72,"classes":"","fig-width":"5","autorun":"true"}}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-code-cell-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
gtag('config', 'G-S8CXP9TZG0', { 'anonymize_ip': true});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<style type="text/css">
.monaco-editor pre {
Expand Down Expand Up @@ -275,7 +275,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"id":1,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","options":{"comment":"","context":"interactive","warning":"true","out-height":"","fig-height":5,"output":"true","fig-width":7,"out-width":"700px","dpi":72,"label":"unnamed-chunk-1","read-only":"false","classes":"","autorun":"false","results":"markup","fig-cap":"","message":"true"}},{"id":2,"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","options":{"comment":"","context":"setup","warning":"true","out-height":"","fig-height":5,"output":"true","fig-width":7,"out-width":"700px","dpi":72,"label":"unnamed-chunk-2","read-only":"false","classes":"","autorun":"true","results":"markup","fig-cap":"","message":"true"}},{"id":3,"code":"knitr::kable(data, \"html\")","options":{"comment":"","context":"interactive","warning":"true","out-height":"","fig-height":5,"output":"true","fig-width":7,"out-width":"700px","dpi":72,"label":"unnamed-chunk-3","read-only":"false","classes":"","autorun":"false","results":"asis","fig-cap":"","message":"true"}},{"id":4,"code":"knitr::kable(data, \"html\")","options":{"comment":"","context":"interactive","warning":"true","out-height":"","fig-height":5,"output":"true","fig-width":7,"out-width":"700px","dpi":72,"label":"unnamed-chunk-4","read-only":"false","classes":"","autorun":"false","results":"markup","fig-cap":"","message":"true"}},{"id":5,"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"comment":"","context":"output","warning":"true","out-height":"","fig-height":"6","output":"true","fig-width":"6","out-width":"700px","dpi":72,"label":"unnamed-chunk-5","read-only":"false","classes":"","autorun":"true","results":"markup","fig-cap":"","message":"true"}},{"id":6,"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"comment":"","context":"output","warning":"true","out-height":"","fig-height":5,"output":"true","fig-width":7,"out-width":"700px","dpi":72,"label":"unnamed-chunk-6","read-only":"false","classes":"","autorun":"true","results":"markup","fig-cap":"","message":"true"}},{"id":7,"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","options":{"comment":"","context":"output","warning":"true","out-height":"500px","fig-height":"6","output":"true","fig-width":"6","out-width":"500px","dpi":72,"label":"unnamed-chunk-7","read-only":"false","classes":"","autorun":"true","results":"markup","fig-cap":"","message":"true"}}];
globalThis.qwebrCellDetails = [{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-1","out-width":"700px"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))","id":1},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"setup","autorun":"true","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-2","out-width":"700px"},"code":" \n# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)","id":2},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"asis","read-only":"false","label":"unnamed-chunk-3","out-width":"700px"},"code":"knitr::kable(data, \"html\")","id":3},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"interactive","autorun":"false","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-4","out-width":"700px"},"code":"knitr::kable(data, \"html\")","id":4},{"options":{"fig-height":"6","warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"","fig-width":"6","fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-5","out-width":"700px"},"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":5},{"options":{"fig-height":5,"warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"","fig-width":7,"fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-6","out-width":"700px"},"code":"\ntinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":6},{"options":{"fig-height":"6","warning":"true","message":"true","output":"true","classes":"","comment":"","context":"output","autorun":"true","out-height":"500px","fig-width":"6","fig-cap":"","dpi":72,"results":"markup","read-only":"false","label":"unnamed-chunk-7","out-width":"500px"},"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)","id":7}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-custom-repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
gtag('config', 'G-S8CXP9TZG0', { 'anonymize_ip': true});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<style type="text/css">
.monaco-editor pre {
Expand Down Expand Up @@ -275,7 +275,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"options":{"comment":"","label":"unnamed-chunk-1","output":"true","context":"interactive","warning":"true","fig-cap":"","fig-height":5,"message":"true","results":"markup","dpi":72,"read-only":"false","fig-width":7,"out-height":"","classes":"","autorun":"false","out-width":"700px"},"id":1,"code":"# Check to see if the function works\ndemorwasmbinary::in_webr()\n\n# View help documentation\n?demorwasmbinary::in_webr"}];
globalThis.qwebrCellDetails = [{"code":"# Check to see if the function works\ndemorwasmbinary::in_webr()\n\n# View help documentation\n?demorwasmbinary::in_webr","id":1,"options":{"autorun":"false","read-only":"false","warning":"true","fig-cap":"","label":"unnamed-chunk-1","message":"true","fig-height":5,"output":"true","context":"interactive","dpi":72,"classes":"","out-width":"700px","comment":"","fig-width":7,"results":"markup","out-height":""}}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-long-running-execution-interactive-locking.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
gtag('config', 'G-S8CXP9TZG0', { 'anonymize_ip': true});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<style type="text/css">
.monaco-editor pre {
Expand Down Expand Up @@ -241,7 +241,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"print(\"Hello {quarto-webr} world!\")\nSys.sleep(5) # Sleep for 5 seconds","id":1,"options":{"comment":"","message":"true","dpi":72,"label":"unnamed-chunk-1","autorun":"false","context":"interactive","warning":"true","results":"markup","output":"true","read-only":"false","classes":"","fig-cap":"","out-width":"700px","out-height":"","fig-width":7,"fig-height":5}},{"code":"-3 + 5\nSys.sleep(5) # Sleep for 5 seconds","id":2,"options":{"comment":"","message":"true","dpi":72,"label":"unnamed-chunk-2","autorun":"false","context":"interactive","warning":"true","results":"markup","output":"true","read-only":"false","classes":"","fig-cap":"","out-width":"700px","out-height":"","fig-width":7,"fig-height":5}},{"code":"?mean\nSys.sleep(5) # Sleep for 5 seconds","id":3,"options":{"comment":"","message":"true","dpi":72,"label":"unnamed-chunk-3","autorun":"false","context":"interactive","warning":"true","results":"markup","output":"true","read-only":"false","classes":"","fig-cap":"","out-width":"700px","out-height":"","fig-width":7,"fig-height":5}}];
globalThis.qwebrCellDetails = [{"code":"print(\"Hello {quarto-webr} world!\")\nSys.sleep(5) # Sleep for 5 seconds","id":1,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-1","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}},{"code":"-3 + 5\nSys.sleep(5) # Sleep for 5 seconds","id":2,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-2","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}},{"code":"?mean\nSys.sleep(5) # Sleep for 5 seconds","id":3,"options":{"autorun":"false","context":"interactive","out-width":"700px","classes":"","message":"true","out-height":"","label":"unnamed-chunk-3","output":"true","results":"markup","comment":"","read-only":"false","dpi":72,"fig-cap":"","fig-width":7,"fig-height":5,"warning":"true"}}];

</script>
<script type="module">
Expand Down
4 changes: 2 additions & 2 deletions demos/qwebr-non-interactive-areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
gtag('config', 'G-S8CXP9TZG0', { 'anonymize_ip': true});
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<style type="text/css">
.monaco-editor pre {
Expand Down Expand Up @@ -241,7 +241,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"id":1,"options":{"comment":"","output":"true","label":"unnamed-chunk-1","out-width":"700px","dpi":72,"classes":"","message":"true","autorun":"true","warning":"true","fig-height":5,"context":"setup","fig-cap":"","results":"markup","read-only":"false","fig-width":7,"out-height":""},"code":"g <- ggplot(mtcars, aes(x = wt, y = mpg)) \n\nSys.sleep(0.5)"},{"id":2,"options":{"comment":"","output":"true","label":"unnamed-chunk-2","out-width":"700px","dpi":72,"classes":"","message":"true","autorun":"true","warning":"true","fig-height":5,"context":"output","fig-cap":"","results":"markup","read-only":"false","fig-width":7,"out-height":""},"code":"g + geom_point()\n\nSys.sleep(0.5)"},{"id":3,"options":{"comment":"","output":"true","label":"unnamed-chunk-3","out-width":"700px","dpi":72,"classes":"","message":"true","autorun":"true","warning":"true","fig-height":5,"context":"output","fig-cap":"","results":"markup","read-only":"false","fig-width":7,"out-height":""},"code":"g + geom_point(aes(colour = factor(cyl)))\nSys.sleep(0.5)"},{"id":4,"options":{"comment":"","output":"true","label":"unnamed-chunk-4","out-width":"700px","dpi":72,"classes":"","message":"true","autorun":"false","warning":"true","fig-height":5,"context":"interactive","fig-cap":"","results":"markup","read-only":"false","fig-width":7,"out-height":""},"code":"g"}];
globalThis.qwebrCellDetails = [{"id":1,"code":"g <- ggplot(mtcars, aes(x = wt, y = mpg)) \n\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-1","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"setup","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":2,"code":"g + geom_point()\n\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-2","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"output","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":3,"code":"g + geom_point(aes(colour = factor(cyl)))\nSys.sleep(0.5)","options":{"results":"markup","label":"unnamed-chunk-3","autorun":"true","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"output","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}},{"id":4,"code":"g","options":{"results":"markup","label":"unnamed-chunk-4","autorun":"false","read-only":"false","dpi":72,"message":"true","output":"true","comment":"","fig-height":5,"fig-cap":"","context":"interactive","out-width":"700px","warning":"true","fig-width":7,"out-height":"","classes":""}}];

</script>
<script type="module">
Expand Down
Loading

0 comments on commit cfdf3fc

Please sign in to comment.