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?
$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.
ubuntu jupyter-notebook
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$
add a comment |
$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.
ubuntu jupyter-notebook
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$
add a comment |
$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.
ubuntu jupyter-notebook
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
ubuntu jupyter-notebook
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.
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.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$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.
$endgroup$
2
$begingroup$
"only works on Windows" It works fine on Mac (didn't try Windows).
$endgroup$
– Szabolcs
May 24 at 20:30
add a comment |
$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
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
|
show 1 more comment
$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.
$endgroup$
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$endgroup$
2
$begingroup$
"only works on Windows" It works fine on Mac (didn't try Windows).
$endgroup$
– Szabolcs
May 24 at 20:30
add a comment |
$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.
$endgroup$
2
$begingroup$
"only works on Windows" It works fine on Mac (didn't try Windows).
$endgroup$
– Szabolcs
May 24 at 20:30
add a comment |
$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.
$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.
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
add a comment |
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
add a comment |
$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
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
|
show 1 more comment
$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
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
|
show 1 more comment
$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
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
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.
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
|
show 1 more comment
$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
|
show 1 more comment
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
answered May 24 at 20:25
FortsaintFortsaint
840711
840711
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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