Questions tagged [kernel-startup]
Options, methods or issues launching a Kernel instance
124 questions
2 votes
1 answer
142 views
Programatic Interaction with Front End (notebooks) via API
I am trying to build a Model Context Protocol tool that allows LLM to manipulate notebooks currently opened in a Mathenmatica front end. (using functions in https://reference.wolfram.com/language/...
0 votes
0 answers
65 views
How to define a specific geolocation as default each time a notebook opened
$GeoLocation = GeoPosition[{38.088865, 23.563276}]
3 votes
2 answers
191 views
How to SetDirectory[{path to my data files}] in a init.m file or elsewhere?
I'm using M13.1 on Windows 11. Every update I've received from Wolfram so far completely trashes all my customization to mMA (so I've quit updating now). I've managed to get back a lot if my settings ...
1 vote
0 answers
69 views
Remote kernel cache memory bug [closed]
I have a remote kernel (university cluster) that I can use to evaluate my Mathematica files. However, I put the wrong login details a few times, and now once I open the Mathematica, it somehow has ...
5 votes
2 answers
341 views
How do I launch a kernel under Rosetta when I'm running the FrontEnd natively on Apple Silicon?
It's easy to launch a frontend under Rosetta, which will naturally start its kernels under Rosetta as well. For example, you can check a box in the Get Info window of Mathematica in the Finder, among ...
1 vote
0 answers
175 views
How to configure and acess Remote Kernel step-by-step?
I want to access a kernel from another computer. However, I have no idea how to set up the remote kernel and how to access it. I have gone through a lot of articles on this website and others, but ...
2 votes
0 answers
179 views
Restart kernel after each evaluation in Table
I am trying to integrate a two-dimensional function purely numerically. For one coordinate the integrand can oscillate rapidly while for the other coordinate the integrand is not behaving in a special ...
1 vote
0 answers
124 views
In version 13, WSTPServer cannot execute LaunchKernels[]
When I execute LaunchKernels[] or Kernels[], I get the following errors.The output of Kernels[] is {}. "WSTPServer" is not among the known evaluation environments {Session, RemoteSession, ...