fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.88k stars 490 forks source link

nbdev_install_quarto does not work in Windows #1424

Open Zaseem-BIsquared opened 1 month ago

Zaseem-BIsquared commented 1 month ago

When I executed that command after doing pip install nbdev on a windows machine, it gives me the message

$ nbdev_install_quarto
Please visit https://quarto.org/docs/get-started/ to install quarto

After installing it manually and restarting VScode, it started working.

deven367 commented 1 month ago

Hi @Zaseem-BIsquared, nbdev works on Windows but under WSL.

https://github.com/fastai/nbdev?tab=readme-ov-file#install image