Open janrpeters opened 4 years ago
I am trying to use WebIO in Voila:
It gets
Unable to load WebIO. Please make sure WebIO works for your Jupyter client.
despite that it works perfectly in the corresponding Jupyter client:
Note that voila was started from the button in Jupyter.
The output of Pkg.status("WebIO") is
Pkg.status("WebIO")
Status `~/.julia/environments/v1.5/Project.toml` [0f1e0344] WebIO v0.8.15
and versioninfo() yields
versioninfo()
Julia Version 1.5.1 Commit 697e782ab8 (2020-08-25 20:08 UTC) Platform Info: OS: macOS (x86_64-apple-darwin19.5.0) CPU: Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
I think it may have to do only with a java script recognition issue. Can anyone help me debug this?
WebIO does not load in Voila
I am trying to use WebIO in Voila:
It gets
despite that it works perfectly in the corresponding Jupyter client:
Note that voila was started from the button in Jupyter.
Context
The output of
Pkg.status("WebIO")
isand
versioninfo()
yieldsI think it may have to do only with a java script recognition issue. Can anyone help me debug this?