I'm trying to use Twill with Jupyter/Python. However if I use Print() after I've imported Twill eg.
from twill.commands import go, showforms, formclear, fv, submit, show
print("hi")
it won't print anything.
Is this normal behaviour?
This happens on google colan and jupyterLab