OMJulia.jl
OMJulia.jl copied to clipboard
Fix documentation
trafficstars
Apparently something broke when generating the documentation:
julia> using OMJulia
julia> using OMJulia.API: API
julia> using CSV, DataFrames, PlotlyJS
julia> omc = OMJulia.OMCSession();
ERROR: IOError: could not spawn `omc --interactive=zmq -z=julia.4GhBQGED9v`: no such file or directory (ENOENT)
(https://docs.juliahub.com/General/OMJulia/stable/quickstart/#omjulia-api)
We need to re-generate the documentation and make sure this doesn't happen again.