Skip to content

Convert .qmd to .ipynb #12986

Answered by mcanouil
JosiahParry asked this question in Q&A
Jun 25, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Even when setting the full spec, you will still need the kernel to be installed and in VSCode (not tested on Positron but likely to be the same), you still have to manually select the kernel (same thing happens with any Jupyter notebooks).

jupyter: 
  kernelspec:
    name: "ark"
    language: "R"
    display_name: "Ark R Kernel"

Setup:

  • Codespaces (https://github.com/mcanouil/quarto-codespaces)
  • Ark
    VERSION=0.1.195
    curl -L -o /tmp/ark.zip "https://github.com/posit-dev/ark/releases/download/${VERSION}/ark-${VERSION}-linux-x64.zip"
    unzip -o /tmp/ark.zip ark -d ${HOME}/bin/
    export PATH="$HOME/bin:$PATH"
    ark --install

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

Answer selected by JosiahParry
@JosiahParry
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
convert Related to quarto convert command
2 participants