Made my question simpler:
I like to Fetch a URL and for now the return value is of no interest.
I just need to learn how to start such a simple notebook. The rest I can figure out quick.
Thanx
Dara
Made my question simpler:
I like to Fetch a URL and for now the return value is of no interest.
I just need to learn how to start such a simple notebook. The rest I can figure out quick.
Thanx
Dara
This sounds like a general Python question rather than something specific to Jupyter, and in general you’ll get a better response for these types of questions on a dedicated Python forum. To get you started though, the requests
library is an easy way to make URL requests: Requests: HTTP for Humans™ — Requests 2.25.1 documentation
Thanx, finding my way around for the first, I will then use general Python scripts and create a new notebook and report back.
Regards,
Dara