I have create this simple env with conda :
conda create -n test python=3.8.5 pandas scipy numpy matplotlib seaborn jupyterlab
The following code in jupyter lab crashes the kernel :
import matplotlib.pyplot as plt
plt.subplot()
I don't face the problem on linux. The problem is when I try on windows 10.
There are no error on the jupyter lab console (where I started the server) and I have no idea where to investigate.
source https://stackoverflow.com/questions/69786885/python-kernel-crashes-when-plotting-with-matplotlib-after-conda-update
Comments
Post a Comment