fastai / nbdev

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

error in code on tutorials/blogging page #1299

Open patdmob opened 1 year ago

patdmob commented 1 year ago

I do not believe that the code quarto install extension quarto-ext/video is needed anymore on the https://nbdev.fast.ai/tutorials/blogging.html page. I think when they moved to Quarto version 1.2 they included video in the base Quarto program.

When I try to run the code, I get the following error: Extension not found in local or remote sources image

So my guess is they removed that extension from the extension library when they put it into the base Quarto program. I've tested the video capabilities with my version (1.2.335) and it works even though I wasn't able to install the video extension.

manisnesan commented 1 year ago

I also faced similar issue when trying to install the extension quarto-ext/video

✗ quarto install extension quarto-ext/video --log-level info 

Quarto extensions may execute code when documents are rendered. If you do not 
trust the authors of the extension, we recommend that you do not install or 
use the extension.
 ? Do you trust the authors of this extension (Y/n) › Yes
ERROR: download failed (HTTP status 404 - Not Found)

✗ quarto --version
1.0.38