-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UndefVarError: setexcludinghandlers! not defined #440
Comments
More specifically here: JuliaGizmos/WebIO.jl#493 (comment). |
Thank you for that. (By the way, your post made me sure that there must be a functionality to get a link to each individual comment in a thread and I was able to find the function.) |
Yes, under the three dots on the top right side of the post you want to link there is a copy link entry in the menu. |
Still the same problem on my windows 10, 11 and ubuntu 2004. |
I can't replicate that with PlolyJS v0.18.8 and WebIO v0.8.18 julia> versioninfo()
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, rocketlake)
Threads: 1 on 16 virtual cores |
@BeastyBlacksmith did you hover with the cursor over the graph line? I still see the error message with Julia 1.8,1. |
@BeastyBlacksmith, |
The following code
keeps emitting
when run as
include("try.jnl")
from the julia REPL.Julia 1.7.3 (2022-05-06)
macOS 12.5
(up to date with juliaup).
Edit: Having kept searching the Net after my initial post, I finally found this discussion:
https://bytemeta.vip/repo/JuliaGizmos/WebIO.jl/issues/493
where a temporary workaround is shown: pin the package
WebIO
to version 0.8.17 . That has worked for me.The text was updated successfully, but these errors were encountered: