julia> include(Pkg.dir("PlotlyJS","examples","3d.jl"))
scatter_3d (generic function with 1 method)
julia> scatter_3d()INFO: Downloading pre-compiled GR 0.17.3 binary
=================================[ ERROR: GR ]==================================
LoadError: chmod: no such file or directory (ENOENT)
while loading C:\j\.julia\v0.4\GR\deps\build.jl, in expression starting on line 25julia> Pkg.add("GR")
INFO: Cloning cache of GR from git://github.com/jheinen/GR.jl.git
INFO: Installing GR v0.9.17
INFO: Building GR
INFO: Downloading pre-compiled GR 0.17.3 binary
=================================[ ERROR: GR ]==================================
LoadError: chmod: no such file or directory (ENOENT)
while loading C:\j\.julia\v0.4\GR\deps\build.jl, in expression starting on line 25julia> using GR
julia> z = peaks();
ERROR: UndefVarError: peaks not defined