Here is what I need to do.
- Populate a drop down list from a python function in
colab. - Allow user to select one item and after hitting go fire another python function.
I can write and read from a Google Sheets from colab, but I have no way to drive python this way. I cannot seem to find any examples.