Jupyter有时会停止在代码中间运行

时间:2018-02-23 02:33:05

标签: python amazon-web-services tornado jupyter windows-server

我通过基于aws构建的Windows Server在AWS ubuntu实例上运行python代码。 没有问题,直到下面的代码,但jupyter有时停止从代码下面运行。

plt.figure(figsize=(10,10))
plt.subplot('121')
plt.imshow(np.argmax(train_label[2].transpose(1,2,0), axis=2)
plt.subplot('122')
plt.imshow((train_label[2].transpose(1,2,0)*255).astype(np.uint8))
plt.show

当我在停止内核后运行代码时,有时在代码结束之前没有问题。

错误代码如下: error code 1

error code 2

error code 3

Python版本信息如下:

  

版本:3.5.2

python ver info 1

python ver info 2

python ver info 3

可能这是个错误的但不确定。

谢谢。

0 个答案:

没有答案