Azure Notebook 不会运行任何 python

问题描述

我在 Cosmos DB 资源下创建了一个新的 Azure Notebook,但所有 Python 代码都进入“忙碌”状态并且无法完成。我正在尝试非常简单的

print "test"

它只是说 python3 | busy 作为状态。我试过中断、暂停和重新启动内核都无济于事。即使是示例笔记本也不会运行 python 代码段。

Azure notebook not running simple python

解决方法

是的,我昨天也无法运行 python Notebook 并收到与您相同的消息。我认为这是一个错误。现在它可以运行了。

enter image description here