我创建了这个简单的环境conda:
conda create -n test python=3.8.5 pandas scipy numpy matplotlib seaborn jupyterlab
Run Code Online (Sandbox Code Playgroud)
以下代码使jupyter lab内核崩溃:
import matplotlib.pyplot as plt
plt.subplot()
Run Code Online (Sandbox Code Playgroud)
我没有遇到这个问题Linux。问题是当我试穿时Windows 10。
控制台(我启动服务器的地方)上没有错误jupyter lab,我不知道在哪里调查。