Domino workspaces reserve port 80 for nginx and port 9000 for the executor.
- Edit and debug Dash or Flask apps live.
- Use Tensorboard to view progress of a live training job.
Prerequisites
- Python 3+
- Jupyter Server Proxy
Install Jupyter Server Proxy
By default, Domino standard environments have Jupyter Server Proxy installed. If you are not on the recent version of the Domino Standard Environment, use the following steps to install it in your Domino environment. Add the following lines to your environment’s Dockerfile instructions.Access your App
It can be accessed via a URL in the form:https://your-domino-url/project-owner/project-name/notebookSession/run-ID/proxy/app-port/
This URL can be generated using Domino environment variables as follows:
your-domino-url and port number to match your deployment and app.