JuliaGizmos / WebIO.jl

A bridge between Julia and the Web.
https://juliagizmos.github.io/WebIO.jl/latest/
Other
228 stars 64 forks source link

WebIO does not load in Voila #434

Open janrpeters opened 4 years ago

janrpeters commented 4 years ago

WebIO does not load in Voila

I am trying to use WebIO in Voila:

image

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:

image

Note that voila was started from the button in Jupyter.

Context

The output of Pkg.status("WebIO") is

Status `~/.julia/environments/v1.5/Project.toml`
  [0f1e0344] 
WebIO v0.8.15

and versioninfo() yields

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?