How to connect Wolfram Engine to Jupyter on Ubuntu?How to use Mathematica functions in Python programs?How to add a front-end to the free Wolfram Engine?Ubuntu global menu bar integration?Mathematica .m file can not open in UbuntuInstall issue: Mathematica 9 on Ubuntu 13.10Ubuntu: Dynamics are not working after suspending systemMathematica closes on suspend in UbuntuExecute Terminal Commands UbuntuAnnoying notebook scrolling on UbuntuMathematica remote kernel on ubuntuHow to add a front-end to the free Wolfram Engine?how can I auto complete the code in Jupyter notebook?

Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?

Unconventional Opposites

Can an old DSLR be upgraded to match modern smartphone image quality

Cross Correlation, how can any signals except the trivial cases be uncorrelated?

Is it legal in the UK for politicians to lie to the public for political gain?

How should I push back against my job assigning "homework"?

Is American Express widely accepted in France?

Asking bank to reduce APR instead of increasing credit limit

Why is there a need to modify system call tables in Linux?

Comma Code - Ch. 4 Automate the Boring Stuff

Story about a toddler with god-like powers, dangerous tantrums

What is a simple, physical situation where complex numbers emerge naturally?

Is there any Biblical Basis for 400 years of silence between Old and New Testament?

Homophone fills the blanks

Can a magnetic field of a large body be stronger than its gravity?

What if you don't bring your credit card or debit for incidentals?

Creating Fictional Slavic Place Names

PhD student with mental health issues and bad performance

Hygienic footwear for prehensile feet?

How to decline physical affection from a child whose parents are pressuring them?

Is there a term for this?

When leasing/renting out an owned property, is there a standard ratio between monthly rent and the mortgage?

How to provide realism without making readers think grimdark

Unorthodox way of solving Einstein field equations



How to connect Wolfram Engine to Jupyter on Ubuntu?


How to use Mathematica functions in Python programs?How to add a front-end to the free Wolfram Engine?Ubuntu global menu bar integration?Mathematica .m file can not open in UbuntuInstall issue: Mathematica 9 on Ubuntu 13.10Ubuntu: Dynamics are not working after suspending systemMathematica closes on suspend in UbuntuExecute Terminal Commands UbuntuAnnoying notebook scrolling on UbuntuMathematica remote kernel on ubuntuHow to add a front-end to the free Wolfram Engine?how can I auto complete the code in Jupyter notebook?













8












$begingroup$


I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



wolframscript configure-jupyter.wls add


but I get



configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.


so I tried



wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


where the path shown is the result of starting wolframscript and doing



First[$ComamndLine]


and get the same result.










share|improve this question







New contributor



user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$
















    8












    $begingroup$


    I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



    wolframscript configure-jupyter.wls add


    but I get



    configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.


    so I tried



    wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


    where the path shown is the result of starting wolframscript and doing



    First[$ComamndLine]


    and get the same result.










    share|improve this question







    New contributor



    user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






    $endgroup$














      8












      8








      8


      2



      $begingroup$


      I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



      wolframscript configure-jupyter.wls add


      but I get



      configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.


      so I tried



      wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


      where the path shown is the result of starting wolframscript and doing



      First[$ComamndLine]


      and get the same result.










      share|improve this question







      New contributor



      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$




      I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



      wolframscript configure-jupyter.wls add


      but I get



      configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.


      so I tried



      wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


      where the path shown is the result of starting wolframscript and doing



      First[$ComamndLine]


      and get the same result.







      ubuntu jupyter-notebook






      share|improve this question







      New contributor



      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked May 24 at 15:06









      user877841user877841

      412




      412




      New contributor



      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      user877841 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          3 Answers
          3






          active

          oldest

          votes


















          6












          $begingroup$

          It has been reported that the official Jupyter client from Wolfram works fine on Windows and Mac at the moment. However, some have gotten it to work under Linux by supplying the right path argument to the kernel as in this GitHub ticket. See cc-wr's comment below.



          An alternative iPython/Jupyter notebook "kernel" called JWLS should work out of the box



          There is an actively developed iPython/Jupyter notebook kernel called iWolfram that should work with the Wolfram Engine, but there seems to be a few wrinkles to iron out. This GitHub ticket tracks progress on iWolfram support for Wolfram Engine.



          In the mean time, you can still call Mathematica from Python code as you always have been able to do: How to use Mathematica functions in Python programs?.



          This answer is a community wiki which should be updated by anyone as more details are available.






          share|improve this answer











          $endgroup$








          • 2




            $begingroup$
            "only works on Windows" It works fine on Mac (didn't try Windows).
            $endgroup$
            – Szabolcs
            May 24 at 20:30


















          3












          $begingroup$


          I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



          wolframscript configure-jupyter.wls add


          but I get



          configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.



          This issue should be fixed with the most recent commit.




          so I tried



          wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


          where the path shown is the result of starting wolframscript and doing



          First[$ComamndLine]


          and get the same result.




          You do not need the square brackets.



          Also, you may run into an issue with your use of the ".../SystemFiles/Kernel/Binaries/..." WolframKernel path: it may not be meant to be called directly by the user.



          Instead, you should use the "canonical" WolframKernel path in Executables. An example is below:




          /usr/local/Wolfram/WolframEngine/12.0/Executables/WolframKernel







          share|improve this answer








          New contributor



          cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          $endgroup$












          • $begingroup$
            No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
            $endgroup$
            – user877841
            May 25 at 12:34










          • $begingroup$
            The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
            $endgroup$
            – cc-wr
            May 25 at 14:13











          • $begingroup$
            With it, I can no longer reproduce these issues with the install method.
            $endgroup$
            – cc-wr
            May 25 at 14:13











          • $begingroup$
            I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
            $endgroup$
            – cc-wr
            May 25 at 14:14











          • $begingroup$
            github.com/WolframResearch/WolframLanguageForJupyter/issues
            $endgroup$
            – cc-wr
            May 25 at 14:15


















          2












          $begingroup$

          If you are looking for something that just works give a try to https://github.com/Ludwiggle/JWLS
          If your wolframscript works, JWLS works too, cause JWLS is a bash kernel that reads and writes to fifos; as such, it hardly fails.






          share|improve this answer









          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "387"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            user877841 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f199034%2fhow-to-connect-wolfram-engine-to-jupyter-on-ubuntu%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6












            $begingroup$

            It has been reported that the official Jupyter client from Wolfram works fine on Windows and Mac at the moment. However, some have gotten it to work under Linux by supplying the right path argument to the kernel as in this GitHub ticket. See cc-wr's comment below.



            An alternative iPython/Jupyter notebook "kernel" called JWLS should work out of the box



            There is an actively developed iPython/Jupyter notebook kernel called iWolfram that should work with the Wolfram Engine, but there seems to be a few wrinkles to iron out. This GitHub ticket tracks progress on iWolfram support for Wolfram Engine.



            In the mean time, you can still call Mathematica from Python code as you always have been able to do: How to use Mathematica functions in Python programs?.



            This answer is a community wiki which should be updated by anyone as more details are available.






            share|improve this answer











            $endgroup$








            • 2




              $begingroup$
              "only works on Windows" It works fine on Mac (didn't try Windows).
              $endgroup$
              – Szabolcs
              May 24 at 20:30















            6












            $begingroup$

            It has been reported that the official Jupyter client from Wolfram works fine on Windows and Mac at the moment. However, some have gotten it to work under Linux by supplying the right path argument to the kernel as in this GitHub ticket. See cc-wr's comment below.



            An alternative iPython/Jupyter notebook "kernel" called JWLS should work out of the box



            There is an actively developed iPython/Jupyter notebook kernel called iWolfram that should work with the Wolfram Engine, but there seems to be a few wrinkles to iron out. This GitHub ticket tracks progress on iWolfram support for Wolfram Engine.



            In the mean time, you can still call Mathematica from Python code as you always have been able to do: How to use Mathematica functions in Python programs?.



            This answer is a community wiki which should be updated by anyone as more details are available.






            share|improve this answer











            $endgroup$








            • 2




              $begingroup$
              "only works on Windows" It works fine on Mac (didn't try Windows).
              $endgroup$
              – Szabolcs
              May 24 at 20:30













            6












            6








            6





            $begingroup$

            It has been reported that the official Jupyter client from Wolfram works fine on Windows and Mac at the moment. However, some have gotten it to work under Linux by supplying the right path argument to the kernel as in this GitHub ticket. See cc-wr's comment below.



            An alternative iPython/Jupyter notebook "kernel" called JWLS should work out of the box



            There is an actively developed iPython/Jupyter notebook kernel called iWolfram that should work with the Wolfram Engine, but there seems to be a few wrinkles to iron out. This GitHub ticket tracks progress on iWolfram support for Wolfram Engine.



            In the mean time, you can still call Mathematica from Python code as you always have been able to do: How to use Mathematica functions in Python programs?.



            This answer is a community wiki which should be updated by anyone as more details are available.






            share|improve this answer











            $endgroup$



            It has been reported that the official Jupyter client from Wolfram works fine on Windows and Mac at the moment. However, some have gotten it to work under Linux by supplying the right path argument to the kernel as in this GitHub ticket. See cc-wr's comment below.



            An alternative iPython/Jupyter notebook "kernel" called JWLS should work out of the box



            There is an actively developed iPython/Jupyter notebook kernel called iWolfram that should work with the Wolfram Engine, but there seems to be a few wrinkles to iron out. This GitHub ticket tracks progress on iWolfram support for Wolfram Engine.



            In the mean time, you can still call Mathematica from Python code as you always have been able to do: How to use Mathematica functions in Python programs?.



            This answer is a community wiki which should be updated by anyone as more details are available.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 25 at 2:41


























            community wiki





            2 revs
            Robert Jacobson








            • 2




              $begingroup$
              "only works on Windows" It works fine on Mac (didn't try Windows).
              $endgroup$
              – Szabolcs
              May 24 at 20:30












            • 2




              $begingroup$
              "only works on Windows" It works fine on Mac (didn't try Windows).
              $endgroup$
              – Szabolcs
              May 24 at 20:30







            2




            2




            $begingroup$
            "only works on Windows" It works fine on Mac (didn't try Windows).
            $endgroup$
            – Szabolcs
            May 24 at 20:30




            $begingroup$
            "only works on Windows" It works fine on Mac (didn't try Windows).
            $endgroup$
            – Szabolcs
            May 24 at 20:30











            3












            $begingroup$


            I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



            wolframscript configure-jupyter.wls add


            but I get



            configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.



            This issue should be fixed with the most recent commit.




            so I tried



            wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


            where the path shown is the result of starting wolframscript and doing



            First[$ComamndLine]


            and get the same result.




            You do not need the square brackets.



            Also, you may run into an issue with your use of the ".../SystemFiles/Kernel/Binaries/..." WolframKernel path: it may not be meant to be called directly by the user.



            Instead, you should use the "canonical" WolframKernel path in Executables. An example is below:




            /usr/local/Wolfram/WolframEngine/12.0/Executables/WolframKernel







            share|improve this answer








            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            $endgroup$












            • $begingroup$
              No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
              $endgroup$
              – user877841
              May 25 at 12:34










            • $begingroup$
              The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              With it, I can no longer reproduce these issues with the install method.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
              $endgroup$
              – cc-wr
              May 25 at 14:14











            • $begingroup$
              github.com/WolframResearch/WolframLanguageForJupyter/issues
              $endgroup$
              – cc-wr
              May 25 at 14:15















            3












            $begingroup$


            I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



            wolframscript configure-jupyter.wls add


            but I get



            configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.



            This issue should be fixed with the most recent commit.




            so I tried



            wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


            where the path shown is the result of starting wolframscript and doing



            First[$ComamndLine]


            and get the same result.




            You do not need the square brackets.



            Also, you may run into an issue with your use of the ".../SystemFiles/Kernel/Binaries/..." WolframKernel path: it may not be meant to be called directly by the user.



            Instead, you should use the "canonical" WolframKernel path in Executables. An example is below:




            /usr/local/Wolfram/WolframEngine/12.0/Executables/WolframKernel







            share|improve this answer








            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            $endgroup$












            • $begingroup$
              No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
              $endgroup$
              – user877841
              May 25 at 12:34










            • $begingroup$
              The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              With it, I can no longer reproduce these issues with the install method.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
              $endgroup$
              – cc-wr
              May 25 at 14:14











            • $begingroup$
              github.com/WolframResearch/WolframLanguageForJupyter/issues
              $endgroup$
              – cc-wr
              May 25 at 14:15













            3












            3








            3





            $begingroup$


            I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



            wolframscript configure-jupyter.wls add


            but I get



            configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.



            This issue should be fixed with the most recent commit.




            so I tried



            wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


            where the path shown is the result of starting wolframscript and doing



            First[$ComamndLine]


            and get the same result.




            You do not need the square brackets.



            Also, you may run into an issue with your use of the ".../SystemFiles/Kernel/Binaries/..." WolframKernel path: it may not be meant to be called directly by the user.



            Instead, you should use the "canonical" WolframKernel path in Executables. An example is below:




            /usr/local/Wolfram/WolframEngine/12.0/Executables/WolframKernel







            share|improve this answer








            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            $endgroup$




            I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md



            wolframscript configure-jupyter.wls add


            but I get



            configure-jupyter.wls: Provided Wolfram Engine binary path does not exist.



            This issue should be fixed with the most recent commit.




            so I tried



            wolframscript configure-jupyter.wls add ["/usr/local/Wolfram/WolframEngine/12.0/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel"]


            where the path shown is the result of starting wolframscript and doing



            First[$ComamndLine]


            and get the same result.




            You do not need the square brackets.



            Also, you may run into an issue with your use of the ".../SystemFiles/Kernel/Binaries/..." WolframKernel path: it may not be meant to be called directly by the user.



            Instead, you should use the "canonical" WolframKernel path in Executables. An example is below:




            /usr/local/Wolfram/WolframEngine/12.0/Executables/WolframKernel








            share|improve this answer








            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            share|improve this answer



            share|improve this answer






            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            answered May 24 at 22:43









            cc-wrcc-wr

            312




            312




            New contributor



            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




            New contributor




            cc-wr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.













            • $begingroup$
              No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
              $endgroup$
              – user877841
              May 25 at 12:34










            • $begingroup$
              The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              With it, I can no longer reproduce these issues with the install method.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
              $endgroup$
              – cc-wr
              May 25 at 14:14











            • $begingroup$
              github.com/WolframResearch/WolframLanguageForJupyter/issues
              $endgroup$
              – cc-wr
              May 25 at 14:15
















            • $begingroup$
              No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
              $endgroup$
              – user877841
              May 25 at 12:34










            • $begingroup$
              The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              With it, I can no longer reproduce these issues with the install method.
              $endgroup$
              – cc-wr
              May 25 at 14:13











            • $begingroup$
              I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
              $endgroup$
              – cc-wr
              May 25 at 14:14











            • $begingroup$
              github.com/WolframResearch/WolframLanguageForJupyter/issues
              $endgroup$
              – cc-wr
              May 25 at 14:15















            $begingroup$
            No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
            $endgroup$
            – user877841
            May 25 at 12:34




            $begingroup$
            No difference. I'll try uninstalling jupyter & the engine and then reinstalling everything later.
            $endgroup$
            – user877841
            May 25 at 12:34












            $begingroup$
            The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
            $endgroup$
            – cc-wr
            May 25 at 14:13





            $begingroup$
            The most recent commit should make the script no longer produce the "Provided Wolfram Engine binary path does not exist." error on Linux immediately.
            $endgroup$
            – cc-wr
            May 25 at 14:13













            $begingroup$
            With it, I can no longer reproduce these issues with the install method.
            $endgroup$
            – cc-wr
            May 25 at 14:13





            $begingroup$
            With it, I can no longer reproduce these issues with the install method.
            $endgroup$
            – cc-wr
            May 25 at 14:13













            $begingroup$
            I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
            $endgroup$
            – cc-wr
            May 25 at 14:14





            $begingroup$
            I am sorry that you are having such difficulty with the project. If you have any interest in helping us out, please feel free to create an issue for whatever problems you continue to have here:
            $endgroup$
            – cc-wr
            May 25 at 14:14













            $begingroup$
            github.com/WolframResearch/WolframLanguageForJupyter/issues
            $endgroup$
            – cc-wr
            May 25 at 14:15




            $begingroup$
            github.com/WolframResearch/WolframLanguageForJupyter/issues
            $endgroup$
            – cc-wr
            May 25 at 14:15











            2












            $begingroup$

            If you are looking for something that just works give a try to https://github.com/Ludwiggle/JWLS
            If your wolframscript works, JWLS works too, cause JWLS is a bash kernel that reads and writes to fifos; as such, it hardly fails.






            share|improve this answer









            $endgroup$

















              2












              $begingroup$

              If you are looking for something that just works give a try to https://github.com/Ludwiggle/JWLS
              If your wolframscript works, JWLS works too, cause JWLS is a bash kernel that reads and writes to fifos; as such, it hardly fails.






              share|improve this answer









              $endgroup$















                2












                2








                2





                $begingroup$

                If you are looking for something that just works give a try to https://github.com/Ludwiggle/JWLS
                If your wolframscript works, JWLS works too, cause JWLS is a bash kernel that reads and writes to fifos; as such, it hardly fails.






                share|improve this answer









                $endgroup$



                If you are looking for something that just works give a try to https://github.com/Ludwiggle/JWLS
                If your wolframscript works, JWLS works too, cause JWLS is a bash kernel that reads and writes to fifos; as such, it hardly fails.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 24 at 20:25









                FortsaintFortsaint

                840711




                840711




















                    user877841 is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    user877841 is a new contributor. Be nice, and check out our Code of Conduct.












                    user877841 is a new contributor. Be nice, and check out our Code of Conduct.











                    user877841 is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Mathematica Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f199034%2fhow-to-connect-wolfram-engine-to-jupyter-on-ubuntu%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                    Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림