Last active
December 21, 2023 02:21
-
-
Save iangow/1bf5304053046f876abbabe42fc06a22 to your computer and use it in GitHub Desktop.
iangow@Ians-MacBook-Pro git % time quarto render ibis_test_postgres.ipynb --to html --execute
Starting python3 kernel...Done
Executing 'ibis_test_postgres.ipynb'
Cell 1/12...Done
Cell 2/12...Done
Cell 3/12...Done
Cell 4/12...Done
Cell 5/12...Done
Cell 6/12...Done
Cell 7/12...Done
Cell 8/12...Done
Cell 9/12...Done
Cell 10/12...Done
Cell 11/12...Done
Cell 12/12...Done
pandoc
to: html
output-file: ibis_test_postgres.html
standalone: true
section-divs: true
html-math-method: mathjax
wrap: none
default-image-extension: png
metadata
document-css: false
link-citations: true
date-format: long
lang: en
Output created: ibis_test_postgres.html
quarto render ibis_test_postgres.ipynb --to html --execute 1.54s user 0.20s system 15% cpu 11.557 total
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Equivalent code using dplyr with parquet files can be found here.