issues Search Results · repo:WolframResearch/WolframClientForPython language:Python
Filter by
36 results
(72 ms)36 results
inWolframResearch/WolframClientForPython (press backspace or delete to remove)Following code throws an warning, while the same expression successfully evaluates in other Wolfram clients
from wolframclient.evaluation import WolframLanguageSession
from wolframclient.language import ...
nnarek
- Opened 11 days ago
- #42
Happy Whatever Day it is when You read this. I wanted to share this with You in hopes that You could update the tooling
to support newer python implementations because pkg_resources is deprecated as an ...
stilljb
- Opened 17 days ago
- #41
We require the execution of Wolfram in a dynamic cloud environment, where fixed containers, IPs, or machines are not
employed. Utilizing entitlements in WolframScript has proven effective, as illustrated ...
vitrun
- 2
- Opened on Dec 11, 2023
- #39
To reproduce:
session = WolframLanguageSession()
expr = Pause[10]
session.evaluate(f {expr} , timeout=1)
session.stop()
The culprit might be:
https://github.com/WolframResearch/WolframClientForPython/blob/53b03c87084aa9a6705c53ce2d6b6ebc8eaa6db8/wolframclient/evaluation/kernel/localsession.py#L258-L259 ...
vitrun
- Opened on Dec 1, 2023
- #38
I am trying to run the client on MacOS and Mathematica 13.3, but I am getting the following error after running:
Python 3.11.5 (main, Aug 24 2023, 15:18:16) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin ...
JuanG970
- 4
- Opened on Sep 5, 2023
- #37
I am trying to execute WolframAlpha query through WolframCloudSession, but getting a failed response. Any mistake here?
MY CODE:
from wolframclient.evaluation import SecuredAuthenticationKey, WolframCloudSession ...
Deeksha-5
- 4
- Opened on Aug 12, 2023
- #35
Hello, Is there any way to abort kernel computations without closing the session entirely?
abentkamp
- 1
- Opened on Aug 9, 2022
- #34
I use a Wolfram session to compute the integrand in the Vegas algorithm in Python.
I use MPI to call a session in each core on a high-performance cluster.
Before I start a session, I want to kill any ...
stopatz
- Opened on Apr 2, 2022
- #33
e.g. Table[Values[i], {i, WordData[ motorbus , Synonyms ]}] Id like to have a python List.. As of now I am doing it like
this (which seems very hacky)
raw_results = evaluate( ExportString[Table[Values[i], ...
sla-te
- 1
- Opened on Mar 6, 2022
- #32

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.