Questions tagged [wolfram-client]
The wolfram-client tag has no summary.
20 questions
0 votes
0 answers
72 views
Robust way to test whether two symbolic expressions equals in python interface of Wolfram script
I have two mathematically equivalent latex strings ...
7 votes
2 answers
624 views
How can I pass a float variable from Python to Wolfram Kernel?
I want to do something like this: ...
3 votes
0 answers
248 views
Can Mathematica's Minimize() function be called inside Python code using Python data?
Summary: I would like to use the Wolfram Client Library for Python to invoke Mathematica's Minimize function directly from within Python, passing to it Python data structures. Details: I have a Python ...
1 vote
0 answers
98 views
Wolfram Kernel and Elastic Beanstalk?
I've got a python project that uses the wolframclient library that I want to deploy onto AWS elastic beanstalk. I've tried installing Wolfram Engine through ssh, but wolframclient is having issues ...
3 votes
0 answers
92 views
wolframclient library and DJango
I'm working on a project where a Django server needs to evaluate Wolfram Language code. Has anyone done this or know the best way to go about it? I've got something working, using a static class with ...
1 vote
1 answer
458 views
WolframClient Converting Output Of Solve To Sympy
I'm trying to convert the output of WolframClient to Python. Here's a toy example: ...
1 vote
1 answer
2k views
How to specify the path of kernel?
I have installed Mathematica in Windows and wolframclient is installed in WSL, Windows Subsystem for Linux. When I run WolframLanguage Session, the interpreter isn't able to locate the kernel path. <...
0 votes
1 answer
267 views
Problem while running Mathematica code from Python using wolframclient library
This is a follow up to my previous post here I am trying to run a function from Python using wolframclient. The input arguments are passed from Python as Python ...