HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shorpy

no profile record

comments

shorpy
·vor 2 Jahren·discuss
Yup! You can actually render jupyter notebooks into quarto outputs. I like Quarto better than Jupyter because it's a lot easier to version control .qmd files.
shorpy
·vor 2 Jahren·discuss
Quarto is pretty different from Rmarkdown because it doesn't require an R runtime. This opens up a lot of possibilities when you don't want to include the R dependency.
shorpy
·vor 2 Jahren·discuss
One of the things I really love about Quarto is that it's a great way to package WebAssembly tools. For example the Shiny for Python website is built using Quarto and has tons of WASM examples which let people play around with the framework without having to install it. It's really changed how we write documentation.

https://shiny.posit.co/py/docs/overview.html

Some other great quarto features:

- Write Python Package documentation with Quarto Doc: https://github.com/machow/quartodoc

- Make static dashboards with Quarto Dashboard https://quarto.org/docs/dashboards/

- Fully integrates Typst: https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/#t...

- Render to a ton of formats including PDF, HTML, Reveal JS, Word, and PowerPoint

- Allows you to use GitHub with a Jupyter Notebook workflow
shorpy
·vor 2 Jahren·discuss
The main benefit is that you get a Python (or R, Julia or Rust) interpreter. So you can evaluate code. A good example of the value of this is the Ibis docs which use Quarto: https://ibis-project.org/