[running L2_Student example 1 on jupiter using a valid OpenAPI API key i got the following]
instructions = “”"
Get all the courses
“”"
result, screenshot = await webscraper(target_url, instructions)
Extracting HTML Content
Taking Screenshot
Processing..
Error: 500 error
I managed running the same code locally (under pyCharm community IDE) and it returned ok, but then the next visualization step [visualizeCourses] did only show up a list of generated objects
Extracting HTML Content
Taking Screenshot
Processing..
Generated Structured Response
<IPython.core.display.Markdown object>
<IPython.core.display.HTML object>
<IPython.core.display.Markdown object>
<IPython.core.display.HTML object>
Pls advise on how to run successfully the jupiter notebook, or the second step of the local example.