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
This happens with both using WebIO, Mux, TableView and the below:
julia> using Mux, WebIO, TableView
help?> WebIO.webio_serve
No documentation found.
Binding WebIO.webio_serve does not exist.
julia> WebIO.webio_serve(showtable(rand(10,10)))
ERROR: UndefVarError: webio_serve not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./Base.jl:26
[2] top-level scope at REPL[3]:1
[3] eval(::Module, ::Any) at ./boot.jl:331
[4] eval_user_input(::Any, ::REPL.REPLBackend) at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:86
[5] run_backend(::REPL.REPLBackend) at /Users/ian/.julia/packages/Revise/tV8FE/src/Revise.jl:1165
[6] top-level scope at none:0
The bug
This happens with both
using WebIO, Mux, TableView
and the below:Context
The text was updated successfully, but these errors were encountered: