Skip to content
Discussion options

You must be logged in to vote

Yes that should work without any issue. For example, I just replaced the intro.qmd with intro.ipynb (with a single markdown cell which contained the contents of the qmd file) in the default book project and rendered no problem:

project:
  type: book

book:
  title: "j"
  author: "Jane Doe"
  date: "9/19/2022"
  chapters:
    - index.qmd
    - intro.ipynb
    - summary.qmd
    - references.qmd

bibliography: references.bib

format:
  html:
    theme: cosmo
  pdf:
    documentclass: scrreprt

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bblais
Comment options

Answer selected by bblais
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants