orangeqs.juice.dashboard._constants#

Module Contents#

Data#

DASHBOARD_PORT

The port on which the dashboard server listens.

FILEBROWSER_PORT

The port on which the file browser server listens.

API#

orangeqs.juice.dashboard._constants.DASHBOARD_PORT#

8443

The port on which the dashboard server listens.

This means the dashboard will be accessible through the Jupyterlab proxy at /user/<username>/proxy/8443 and its alias /user/<username>/dashboard.

orangeqs.juice.dashboard._constants.FILEBROWSER_PORT#

8085

The port on which the file browser server listens.

This means the file browser will be accessible through the Jupyterlab proxy at /user/<username>/proxy/8085/files and its alias /user/<username>/filebrowser.