Skip to content

Make examples run standalone on any machine. #497

Open
@Devin-Crawford

Description

@Devin-Crawford

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions