有人能在Colab中工作吗?

时间:2019-12-12 18:33:43

标签: python python-3.x package google-colaboratory

我正在Colab中测试“子弹”。我安装了子弹,似乎已经可以导入了。我得到'error: (25, 'Inappropriate ioctl for device')'。它确实要求我在水果破裂前选择一种水果。 我会在其他地方尝试,但是我正在工作,但无法这样做。这是子弹库的一个例子。

from bullet import Bullet
cli = Bullet(prompt = "n\ Please choose a fruit: ",
            choices = ['apple', 'banana', 'orange', 'watermelon', 'strawberry'],
            indent = 0,
            align = 5,
            margin = 2,
            shift = 0,
            bullet = "",
            pad_right = 5
        )

result = cli.launch()
print("You chose: ", result)

1 个答案:

答案 0 :(得分:0)

我可能不知道“子弹”是否可以在Colab中使用的答案,但我确实知道它可以在PythonAnywhere中使用-至少就我使用它而言。