【发布时间】:2021-04-19 04:05:35
【问题描述】:
我正在尝试将 Twill 与 Jupyter/Python 一起使用。但是,如果我在导入斜纹之后使用 Print(),例如。
from twill.commands import go, showforms, formclear, fv, submit, show
print("hi")
它不会打印任何东西。
这是正常行为吗?
这发生在 google colan 和 jupyterLab 上
【问题讨论】:
-
刚试了一下,print('hi')没有输出