# \#quarto

**URL:** https://discourse.julialang.org/tag/quarto/1224.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [\`ArgumentError: Package not found in current path\` in Quarto in VSCode](https://discourse.julialang.org/t/argumenterror-package-not-found-in-current-path-in-quarto-in-vscode/105949)

<div class="topic-metadata">

**Author:** [@alicepiller](https://discourse.julialang.org/u/alicepiller)\
**Replies:** 2\
**Last updated:** [June 5, 2026, 3:25pm UTC](https://discourse.julialang.org/t/argumenterror-package-not-found-in-current-path-in-quarto-in-vscode/105949 "2026-06-05T15:25:44Z")

</div>

I have created a module with various functions that I’m using for a data analysis project. I want to write up a report using Quarto, but it won’t let me load in the module. It gives the error: ArgumentError: Package not …

---

## [Interactive tables in Quarto](https://discourse.julialang.org/t/interactive-tables-in-quarto/136010)

<div class="topic-metadata">

**Author:** [@jromanowska](https://discourse.julialang.org/u/jromanowska)\
**Replies:** 4\
**Last updated:** [March 5, 2026, 7:07pm UTC](https://discourse.julialang.org/t/interactive-tables-in-quarto/136010 "2026-03-05T19:07:26Z")

</div>

I was wondering if there are packages that can create an interactive .html table, to be included in a Quarto document? In R, there is DT, which outputs basically JS-code for interactive tables in the html.

---

## [Custom Quarto Code Blocks](https://discourse.julialang.org/t/custom-quarto-code-blocks/130375)

<div class="topic-metadata">

**Author:** [@mrufsvold](https://discourse.julialang.org/u/mrufsvold)\
**Replies:** 1\
**Last updated:** [July 1, 2025, 4:46pm UTC](https://discourse.julialang.org/t/custom-quarto-code-blocks/130375 "2025-07-01T16:46:31Z")

</div>

Since we have a number of Quarto gurus in the Julia community, I’m wondering if someone could help here: I’d like to make a quarto notebook with special snowflake-sql code blocks that take the query string written in th…

---

## [Quarto: A code (using ModelingToolkit) that runs in REPL fails in Quarto](https://discourse.julialang.org/t/quarto-a-code-using-modelingtoolkit-that-runs-in-repl-fails-in-quarto/119527)

<div class="topic-metadata">

**Author:** [@zdenek\_hurak](https://discourse.julialang.org/u/zdenek_hurak)\
**Replies:** 0\
**Last updated:** [September 17, 2024, 8:51pm UTC](https://discourse.julialang.org/t/quarto-a-code-using-modelingtoolkit-that-runs-in-repl-fails-in-quarto/119527 "2024-09-17T20:51:50Z")

</div>

The following Julia code (that uses ModelingToolkit) runs with no troubles in REPL, but errors when run within a code cell in a Quarto qmd file (for convenience it is also listed below together with the error message): u…

---

## [Using Quarto to create package documentation](https://discourse.julialang.org/t/using-quarto-to-create-package-documentation/102698)

<div class="topic-metadata">

**Author:** [@vituri](https://discourse.julialang.org/u/vituri)\
**Replies:** 12\
**Last updated:** [May 29, 2024, 8:41pm UTC](https://discourse.julialang.org/t/using-quarto-to-create-package-documentation/102698 "2024-05-29T20:41:55Z")

</div>

From what I’ve seem, Documenter.jl is almost the only tool used, because of macros like @docs, index generation, easy github actions and so on. However, coming from R, Quarto seems a much more natural choice to me. With …

---

## [How to make Quarto with Julia in VSCode work?](https://discourse.julialang.org/t/how-to-make-quarto-with-julia-in-vscode-work/111882)

<div class="topic-metadata">

**Author:** [@Hugo](https://discourse.julialang.org/u/Hugo)\
**Replies:** 4\
**Last updated:** [March 27, 2024, 9:07pm UTC](https://discourse.julialang.org/t/how-to-make-quarto-with-julia-in-vscode-work/111882 "2024-03-27T21:07:02Z")

</div>

I am facing difficulties trying to use Quarto in VSCode with Julia (again). I have asked a question here before (see this), but at the time I gave using Quarto in VSCode with Julia and simply used Quarto in RStudio with …

---

## [Getting quarto and IJulia to work](https://discourse.julialang.org/t/getting-quarto-and-ijulia-to-work/110939)

<div class="topic-metadata">

**Author:** [@mateuszbaran](https://discourse.julialang.org/u/mateuszbaran)\
**Replies:** 11\
**Last updated:** [March 1, 2024, 10:04am UTC](https://discourse.julialang.org/t/getting-quarto-and-ijulia-to-work/110939 "2024-03-01T10:04:17Z")

</div>

I have some issues getting Quarto and IJulia to work on my computer (Linux Mint) and standard tips don’t seem to work. What happens is the following: Trying to render a Quarto notebook results in the following error me…

---

## ["What's in your Julia and Quarto?"](https://discourse.julialang.org/t/whats-in-your-julia-and-quarto/91254)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 10\
**Last updated:** [November 29, 2023, 7:07pm UTC](https://discourse.julialang.org/t/whats-in-your-julia-and-quarto/91254 "2023-11-29T19:07:20Z")

</div>

Some of us are using Quarto with Julia, so I thought it would be nice to have a permanent thread on this topic taking inspiration from What is in your startup.jl? by @oxinabox. It would be great to hear about everyone’s …

---

## [Problem with Data frame output in Quarto](https://discourse.julialang.org/t/problem-with-data-frame-output-in-quarto/101091)

<div class="topic-metadata">

**Author:** [@paddingDuck](https://discourse.julialang.org/u/paddingDuck)\
**Replies:** 0\
**Last updated:** [July 2, 2023, 8:37pm UTC](https://discourse.julialang.org/t/problem-with-data-frame-output-in-quarto/101091 "2023-07-02T20:37:40Z")

</div>

Hello everyone! I have been using Julia for some time and have tried different ways to code. So far I liked Pluto, but wanted to try something else as well. Since I am coming from R, I wanted to try Quarto with Julia in …

---

## [Still not able to render a Quarto file (qmd) using Julia in VSCode. Help?](https://discourse.julialang.org/t/still-not-able-to-render-a-quarto-file-qmd-using-julia-in-vscode-help/98701)

<div class="topic-metadata">

**Author:** [@Hugo](https://discourse.julialang.org/u/Hugo)\
**Replies:** 5\
**Last updated:** [May 22, 2023, 6:30am UTC](https://discourse.julialang.org/t/still-not-able-to-render-a-quarto-file-qmd-using-julia-in-vscode-help/98701 "2023-05-22T06:30:07Z")

</div>

My questions is basically a follow up to a very similar question you can find here. I have: run Pkg.build("IJulia"), removed and reinstalled IJulia, and then built the package again, removed the Jupyter extension and…

---

## [Quarto Julia CLI: Kernel died before replying to kernel\_info](https://discourse.julialang.org/t/quarto-julia-cli-kernel-died-before-replying-to-kernel-info/91416)

<div class="topic-metadata">

**Author:** [@fortunewalla](https://discourse.julialang.org/u/fortunewalla)\
**Replies:** 7\
**Last updated:** [March 17, 2023, 9:38am UTC](https://discourse.julialang.org/t/quarto-julia-cli-kernel-died-before-replying-to-kernel-info/91416 "2023-03-17T09:38:24Z")

</div>

I wanted to try out quarto for Julia code. I created an new Julia environment q and installed IJulia.jl and Plots.jl The jupyter kernelspec & quarto check all seem fine. when trying to render Julia example Using…

---

## [What to do when command \`\`\`notebook()\`\`\` won't prompt a Jupyter installation?](https://discourse.julialang.org/t/what-to-do-when-command-notebook-wont-prompt-a-jupyter-installation/92897)

<div class="topic-metadata">

**Author:** [@Hugo](https://discourse.julialang.org/u/Hugo)\
**Replies:** 2\
**Last updated:** [January 12, 2023, 11:01pm UTC](https://discourse.julialang.org/t/what-to-do-when-command-notebook-wont-prompt-a-jupyter-installation/92897 "2023-01-12T23:01:07Z")

</div>

TL;DR: How to make Julia find the jupyter kernel so Quarto can run? I just installed a new version of Julia (1.8.5) and, given the problems I am dealing with, I assume the packages I had installed didn’t migrate to the …
