I’ve installed Quarto and successfully run nbdev_preview in a repo. However, I got errors when I used nbdev_preview in another repo. Then I ran nbdev_install in this repo to reinstall Quarto, the errors disappeared.
I was wondering if I need to install Quarto every time when I use nbdev_preview in a new repo? thank you.
Thank you, Jeremy. Here is the error message when I built a new repo: nbdemo2. I tried nbdev_test, It showed success, but I got errors when I ran nbdev_preview.
I think this error is because your package isn’t installed. Try pip install -e '.[dev]'
EDIT: To clarify: nbdev_install does two things atm: installs Quarto and then installs your own package using pip install -e '.[dev]'. You don’t need to install Quarto everytime, but definitely do need to install each package