Skip to content

v0.7.4: Added gonbui.RequestInput

Compare
Choose a tag to compare
@janpfeifer janpfeifer released this 20 Jul 07:28
· 381 commits to main since this release

Just in case. It can be handy where a password/key needs to be typed for instance, and one doesn't want to leave traces of it in the notebook. Or for educational purposes.

  • Issue #38:
    • %with_inputs and %with_password now wait 200 milliseconds each time (a constant), before
      prompting user with an input in the Jupyter Notebook.
    • Added gonbui.RequestInput, that will prompt the user with a text field in the notebook.