.. _dash_option: ############### Dash Options ############### The Dash section contains options that control how the Dash app is run. The Dash app is used to obtain the more interactive (online) performance profile plots. Port (:code:`port`) ------------------------------------- This specifies the port that the dash app should run on. Default is 4000 . .. code-block:: rst [DASH] port: 4000 IP address (:code:`ip_address`) ------------------------------------- This specifies the ip address that the dash app should run on. Default is 127.0.0.1 . .. code-block:: rst [DASH] ip_address: 127.0.0.1