You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running julia in Terminal on macOS Big Sur, I started a Jypyter server by entering using IJulia; notebook() and then started a fresh notebook tab by selecting New -> Julia 1.8.5 on the Jupyter tab newly created in my running Firefox window. To trigger the hang, in the code cell of that new notebook I entered using Plots; plotattr().
This hang does not occur for me from the Julia REPL run from the command line (Terminal).
I wasn't sure how to find out which backend is in use. It's whatever is default.
Details
Running
julia
in Terminal on macOS Big Sur, I started a Jypyter server by enteringusing IJulia; notebook()
and then started a fresh notebook tab by selectingNew -> Julia 1.8.5
on the Jupyter tab newly created in my running Firefox window. To trigger the hang, in the code cell of that new notebook I enteredusing Plots; plotattr()
.This hang does not occur for me from the Julia REPL run from the command line (Terminal).
I wasn't sure how to find out which backend is in use. It's whatever is default.
Installed packages:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.38.8
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: