fastai / fastbook

The fastai book, published as Jupyter Notebooks
Other
21.65k stars 8.37k forks source link

NameError: name "search_image_ddg" is not defined - Paperspace Gradient #414

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello everyone,

in the following I'll try to specify my issue:

Problem: Getting _NameError: name "search_imageddg" is not defined when calling the function search_image_ddg.

Environment:

What I have tried:

GriffinHines commented 3 years ago

https://forums.fast.ai/t/search-images-ddg-not-working-in-paperspace/83576

smt07 commented 1 year ago

this list of code should work, let me know if it does not

pip install fastbook

hide

! [ -e /content ] && pip install -Uqq fastbook import fastbook fastbook.setup_book()

hide

from fastbook import from fastai.vision.widgets import

!pip install -Uqq duckduckgo_search