Hi Mike,
You did not answer my question. Assuming julia version from Juno is 0.3 then
you need required packages. For that, julia needs to set up a fresh package
directory. Pkg.init() sets up this directory. After that, Pkg.add("Jewel")
should install required packages. If julia version is 0.4 then Juno should
already have required packages.
Best,
