Open
Description
Description of the modifications
When users download and run the examples, the working directory likely will not exist for the user and they will see an error when running the example file. Also, there should be a check for a running server instance on the local machine. If the service is not running, it should be started or a meaningful error message should be issued with instructions on how to start the server.
Useful links and references
Use the Python tempfile package to create and clean up the working directory. See for example the PyAEDT examples template.