JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

File picker not working #354

Open vilim opened 4 years ago

vilim commented 4 years ago

The file picker does not work (unlike the other widgets), giving the error:

┌ Error: update_observable message missing "value" key.
└ @ WebIO C:\Users\vilim\.julia\packages\WebIO\2mZPb\src\messaging.jl:101

Possibly due to the upgrade of Observables to 0.3 ? I am on Julia 1.3 and using JupyterLab

amburosesekar commented 4 years ago

I have Checked File-picker, in Document itself mentioned , its works only Blink and Desktop based JUNO IDE. doesn't work in WebIO. one of the possible way is assign local folder in your server and assign path directly without file-picker,it's perfectly working. I have also think , how to write plain HTML for file-picker and the directory link with with our widgets in WebIO

iuliancioarca commented 4 years ago

Is there any chance to fix this?

twavv commented 4 years ago

PRs are welcome. :)