tdcosim / TDcoSim

T&D co-simulation package
Other
23 stars 8 forks source link

Add port number as optional argument when launching dashboard #53

Closed sibyjackgrove closed 2 years ago

sibyjackgrove commented 2 years ago

This will allow users to optionally specify the port number for the dashboard: tdcosim dashboard -port 8060 -o "path/to/file-or-folder"

a) A single user to launch multiple dashboards by changing the port number. b) Multiple users to launch dashboards by using a different port.

Note: If the user doesn't provide any port number. The default port of 8050 will be used.