OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
134 stars 59 forks source link

Add the ability to easily let user run multiple dashboards #263

Closed hschilling closed 4 months ago

hschilling commented 5 months ago

The current implementation doesn't make it easy to run multiple dashboards simultaneously.

Summary

This PR changes the default port for the dashboard server to be 0 and for that value to indicate that a code determined free port should be used to run the server.

Related Issues

Backwards incompatibilities

None

New Dependencies

None