fix plotlyjs (fix #1728)

This commit is contained in:
Daniel Schwabeneder 2018-09-06 22:04:44 +02:00
parent f0f90d87af
commit 5f5019d310

View File

@ -580,8 +580,7 @@ end
function add_backend_string(::PlotlyJSBackend)
"""
using Pkg
Pkg.add(["PlotlyJS", "Blink"])
Pkg.add(PackageSpec(url="https://github.com/sglyon/ORCA.jl.git", rev="master"))
Pkg.add(["PlotlyJS", "Blink", "ORCA"])
import Blink
Blink.AtomShell.install()
"""