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
When I try to plot on the command line through the Electron backend I get:
julia> using Plots
julia> plotlyjs()
Plots.PlotlyJSBackend()
julia> plot(1:10)
[Plots.jl] Initializing backend: plotlyjs
module.js:338
throw err;
^
Error: Cannot find module 'app'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Users\ezzkc\.julia\v0.4\Blink\src\AtomShell\main.js:1:90)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:475:10)
Plotting in Jupyter works as intended.
I did run Blink.AtomShell.install() as per manual instructions. I get the same error if I use PlotlyJS directly.
The text was updated successfully, but these errors were encountered:
Actually now I experience this on both master and the latest release. Could you keep this open for a bit longer? I will try to provide some more deterministic information...
OK, I get this message only when calling PlotlyJS from the platformio-ide-terminal plugin from Atom. The bug lies with them it seems. This issue can be closed. Sorry for wasting your time...
When I try to plot on the command line through the Electron backend I get:
Plotting in Jupyter works as intended.
I did run
Blink.AtomShell.install()
as per manual instructions. I get the same error if I usePlotlyJS
directly.The text was updated successfully, but these errors were encountered: