# Jupyter crashes when using PyPlot and Julia 1.12

**URL:** https://discourse.julialang.org/t/jupyter-crashes-when-using-pyplot-and-julia-1-12/134684
**Category:** General Usage
**Created:** [December 22, 2025, 9:55am UTC](https://discourse.julialang.org/t/jupyter-crashes-when-using-pyplot-and-julia-1-12/134684 "2025-12-22T09:55:11Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![ctkelley](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ctkelley/32/10684_2.png) [@ctkelley](https://discourse.julialang.org/u/ctkelley)
#### Post date: [July 30, 2026, 3:05pm UTC](https://discourse.julialang.org/t/jupyter-crashes-when-using-pyplot-and-julia-1-12/134684/14 "2026-07-30T15:05:14Z")

</div>

Just upgraded a [collection of notebooks](https://github.com/ctkelley/NotebookSIAMFANL) from PyPlot to PythonPlot. This stopped chronic kernel deaths and eliminated the need (I think) for running single threaded.

There were very few things I had to change and the only downside is the nagging from CondaPkg and the occasional

```julia-auto
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up

```

which apparently can [safely be ignored](https://discourse.julialang.org/t/another-mystery-in-ijulia/135017/4).

---

_[View the full topic](https://discourse.julialang.org/t/jupyter-crashes-when-using-pyplot-and-julia-1-12/134684)._
