Notebook fails in Lesson 1 almost immediately trying to execute this basic code:
from utils import query_raven
function_call = query_raven(prompt)
Cant really continue unitil fixed.
Notebook fails in Lesson 1 almost immediately trying to execute this basic code:
from utils import query_raven
function_call = query_raven(prompt)
Cant really continue unitil fixed.
Please give the URL of the page where you have this error.
The first coding example I see in this course is labeled “L_2”. And it doesn’t include the code you mention.