ArgumentError:在Julia的路径中找不到Plotly

Mon*_*lal 2 macos pip julia plotly ijulia-notebook

我安装了plotly usingpip inOS X`:

Monas-MacBook-Pro:~ mona$ pip install plotly
Requirement already satisfied (use --upgrade to upgrade): plotly in ./anaconda/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pytz in ./anaconda/lib/python2.7/site-packages (from plotly)
Requirement already satisfied (use --upgrade to upgrade): requests in ./anaconda/lib/python2.7/site-packages (from plotly)
Requirement already satisfied (use --upgrade to upgrade): six in ./anaconda/lib/python2.7/site-packages (from plotly)
Run Code Online (Sandbox Code Playgroud)

当我尝试使用它时,julia我收到以下错误:

julia> using Plotly
ERROR: ArgumentError: Plotly not found in path
 in require at /Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?

amr*_*ods 5

安装Plotly,Julia包:

Pkg.add("Plotly")
Run Code Online (Sandbox Code Playgroud)

点击此处进行设置.