Render JPEG from GitHub GET request

Is it possible to make a GET request to get a JPEG image and then render it in the noteobok?

I’m able to get a response using Axios but I’m not sure how/if it can be rendered in the notebook

Here are a few ways to load an image:

Thanks @mbostock, that’s very helpful!!