标签: python jupyter-notebook
我发现了Jupyter Notebook的一个非常奇怪的行为:
在[1]中:
print("hello") quit() print("world")
出[1]:
hello world
内核确实在之后死亡(我得到一个弹出窗口,#34;内核似乎已经死了。它会自动重启。"),但不会在打印之前。
为什么这样工作?也许这与Jupyter的建筑有关,我不知道。
顺便说一句,实际上并没有" Out [1]:"前缀,它只显示输出。这可能是一个不相关的点。