Is it possible to send query parameters via POST or GET to a Google Colab notebook? (And also have the response be either plaintext or structured json)
- How to retrieve the query in Colab?
- How do you sanitize or suppress the other output so that only plaintext or json is returned to the endpoint call?
You can make direct HTTP requests to the backend from FE Javascript. Here's an example notebook.
Reproducing the key bits: