fix plotlyjs (fix #1728)
This commit is contained in:
parent
a72a23b548
commit
874dacd2c8
@ -579,8 +579,7 @@ end
|
|||||||
function add_backend_string(::PlotlyJSBackend)
|
function add_backend_string(::PlotlyJSBackend)
|
||||||
"""
|
"""
|
||||||
using Pkg
|
using Pkg
|
||||||
Pkg.add(["PlotlyJS", "Blink"])
|
Pkg.add(["PlotlyJS", "Blink", "ORCA"])
|
||||||
Pkg.add(PackageSpec(url="https://github.com/sglyon/ORCA.jl.git", rev="master"))
|
|
||||||
import Blink
|
import Blink
|
||||||
Blink.AtomShell.install()
|
Blink.AtomShell.install()
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user