Accessing Elasticsearch in Cloud through "http" web interface

Hi
If I create an account in Elastic cloud and start a project there...
Is there anyway I can access Elasticsearch in Elastic Cloud through my Jupyter notebook in Google cloud or colab through web interface of "http".

Note that I want to access Elasticsearch version 8 onwards...

Yes, you can point clients to the Elasticsearch endpoint in the cloud.

You will need to use https.

Thanks for the reply...

I am new to this, so can you please share the code snippet or way to access cloud through Jupyter notebook.?