googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.17k stars 706 forks source link

FR: Add support for the auto-run feature when all cells of a notebook are executed using the 'Run all' command #194

Open creafz opened 6 years ago

creafz commented 6 years ago

Now the auto-run feature for form fields works when a single cell is executed manually, but I think, it would be useful that this feature will also work when all cells are executed by a single 'Run all' command.

Steps to reproduce the issue:

  1. Open an example notebook: https://colab.research.google.com/notebooks/forms.ipynb
  2. Select 'Runtime' -> 'Run all'
  3. Try to change the value of 'option2' in the last form. (Dropdown under 'After running this cell manually, it will auto-run if you change the selected value.'). The output of the cell won't change and will always display ('You selected,' 'A')
colaboratory-team commented 5 years ago

b/129335466

tbloch1 commented 3 years ago

I have also run into the same error.

Are there any plans to fix this, or should I just avoid using Forms?