Hello,
I’m new to nbdev but considering using it for my project. Thanks for the great project!
Somehow nbdev_preview
does not work in my project as well as in the tutorial cards_deck repo. Unlike the youtube video tutorial, nbdev_preview
doesn’t generate quarto previews.
This is, for example, what I did. First, I clone cards_deck
repo and remove _quarto.yml
according to this post. And, the following is what happens with nbdev_preview
:
~/cards_deck main❯ nbdev_preview 7s
Preparing to preview
Watching files for changes
Browse at http://localhost:7205/
GET: / (404: Not Found)
Am I missing any steps?
Thanks!