【发布时间】:2025-11-30 22:45:02
【问题描述】:
我用conda 创建了这个简单的环境:
conda create -n test python=3.8.5 pandas scipy numpy matplotlib seaborn jupyterlab
jupyter lab 中的以下代码使内核崩溃:
import matplotlib.pyplot as plt
plt.subplot()
我在Linux 上没有遇到问题。问题是当我尝试Windows 10。
jupyter lab 控制台(我启动服务器的地方)上没有错误,我不知道在哪里进行调查。
【问题讨论】:
标签: python windows matplotlib conda freetype