• <bdo id='6DICn'></bdo><ul id='6DICn'></ul>

  • <i id='6DICn'><tr id='6DICn'><dt id='6DICn'><q id='6DICn'><span id='6DICn'><b id='6DICn'><form id='6DICn'><ins id='6DICn'></ins><ul id='6DICn'></ul><sub id='6DICn'></sub></form><legend id='6DICn'></legend><bdo id='6DICn'><pre id='6DICn'><center id='6DICn'></center></pre></bdo></b><th id='6DICn'></th></span></q></dt></tr></i><div id='6DICn'><tfoot id='6DICn'></tfoot><dl id='6DICn'><fieldset id='6DICn'></fieldset></dl></div>
  • <tfoot id='6DICn'></tfoot>

      <small id='6DICn'></small><noframes id='6DICn'>

      1. <legend id='6DICn'><style id='6DICn'><dir id='6DICn'><q id='6DICn'></q></dir></style></legend>
      2. 在 python 中运行 Julia .jl 文件

        Running Julia .jl file in python(在 python 中运行 Julia .jl 文件)
        • <legend id='RDkAn'><style id='RDkAn'><dir id='RDkAn'><q id='RDkAn'></q></dir></style></legend>

          <small id='RDkAn'></small><noframes id='RDkAn'>

        • <i id='RDkAn'><tr id='RDkAn'><dt id='RDkAn'><q id='RDkAn'><span id='RDkAn'><b id='RDkAn'><form id='RDkAn'><ins id='RDkAn'></ins><ul id='RDkAn'></ul><sub id='RDkAn'></sub></form><legend id='RDkAn'></legend><bdo id='RDkAn'><pre id='RDkAn'><center id='RDkAn'></center></pre></bdo></b><th id='RDkAn'></th></span></q></dt></tr></i><div id='RDkAn'><tfoot id='RDkAn'></tfoot><dl id='RDkAn'><fieldset id='RDkAn'></fieldset></dl></div>
              <tbody id='RDkAn'></tbody>

            <tfoot id='RDkAn'></tfoot>

                <bdo id='RDkAn'></bdo><ul id='RDkAn'></ul>

                  本文介绍了在 python 中运行 Julia .jl 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试在 Python 中运行 Julia .jl 文件,但是在尝试了不同的选项之后,它们都不起作用.

                  I'm trying to run a Julia .jl file in Python, however, after having tried different options none of them is working.

                  我尝试过使用 PyJulia.导入 Julia 并定义一个 Julia 对象.没有达到.

                  I've tried to use PyJulia. Import Julia and define a Julia object. Not achieved.

                  有没有人混合使用 Python 和 Julia 技术并取得了成功?(从 Python 运行 Julia)

                  Has anyone mix Python and Julia technologies and has succeeded? (run Julia from Python)

                  推荐答案

                  首先在 Julia REPL 中运行 Pkg.add("PyCall") 在 Julia 中安装 PyCall 包.

                  First install PyCall package in Julia by running Pkg.add("PyCall") in Julia REPL.

                  接下来你需要为 Python 安装 julia:

                  Next you need to install julia for Python:

                  $ pip install julia
                  

                  应该可以.这是我的控制台的输出(您应该会看到类似的内容):

                  should work. Here is the output from my console (you should see something similar):

                  $ pip install julia
                  Collecting julia
                    Downloading julia-0.1.5-py2.py3-none-any.whl (222kB)
                      100% |████████████████████████████████| 225kB 1.1MB/s
                  Installing collected packages: julia
                  Successfully installed julia-0.1.5
                  

                  现在假设您的工作目录中有以下文件 test.jl:

                  Now assume you have the following file test.jl in your working directory:

                  for i in 1:10
                      println(i)
                  end
                  1+2
                  

                  (它应该打印从 1 到 10 的数字,并返回值 3,它是 1 和 2 之和的结果).

                  (it should print numbers from 1 to 10, and return value 3 which is the result of sum of 1 and 2).

                  现在你启动 Python REPL 并使用 julia 包如下运行自定义 Julia 脚本:

                  Now you start Python REPL and use julia package as follows to run a custom Julia script:

                  >>> import julia
                  >>> j = julia.Julia()
                  >>> x = j.include("test.jl")
                  1
                  2
                  3
                  4
                  5
                  6
                  7
                  8
                  9
                  10
                  >>> x
                  3
                  

                  如您所见,您已将 Julia 脚本的返回值分配给 Python 中的变量 x.

                  And as you can see you have the return value of Julia script assigned to variable x in Python.

                  您可以在此处找到更多详细信息:https://github.com/JuliaPy/pyjulia.

                  You can find more details here: https://github.com/JuliaPy/pyjulia.

                  这篇关于在 python 中运行 Julia .jl 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Running .jl file from R or Python(从 R 或 Python 运行 .jl 文件)
                  Using PIP in a Azure WebApp(在 Azure WebApp 中使用 PIP)
                  How to run python3.7 based flask web api on azure(如何在 azure 上运行基于 python3.7 的烧瓶 web api)
                  Azure Python Web App Internal Server Error(Azure Python Web 应用程序内部服务器错误)
                  Run python dlib library on azure app service(在 azure app 服务上运行 python dlib 库)
                  Django channels and azure(Django 频道和天蓝色)
                  • <i id='eBUUt'><tr id='eBUUt'><dt id='eBUUt'><q id='eBUUt'><span id='eBUUt'><b id='eBUUt'><form id='eBUUt'><ins id='eBUUt'></ins><ul id='eBUUt'></ul><sub id='eBUUt'></sub></form><legend id='eBUUt'></legend><bdo id='eBUUt'><pre id='eBUUt'><center id='eBUUt'></center></pre></bdo></b><th id='eBUUt'></th></span></q></dt></tr></i><div id='eBUUt'><tfoot id='eBUUt'></tfoot><dl id='eBUUt'><fieldset id='eBUUt'></fieldset></dl></div>

                    <small id='eBUUt'></small><noframes id='eBUUt'>

                      1. <tfoot id='eBUUt'></tfoot>

                          <tbody id='eBUUt'></tbody>
                        • <bdo id='eBUUt'></bdo><ul id='eBUUt'></ul>
                          <legend id='eBUUt'><style id='eBUUt'><dir id='eBUUt'><q id='eBUUt'></q></dir></style></legend>