KernelAcquireCode


Mathematica code to run when a kernel is acquired

DetailsDetails

  • KernelAcquireCode is a configuration setting giving Mathematica code that runs when a kernel is acquired by the server to start a new computation.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below.

<KernelAcquireCode>
MyApplication`SetupPage[]
</KernelAcquireCode>