deepmd.entrypoints.gui#DP-GUI entrypoint.Functions#start_dpgui(→ None)Host DP-GUI server.Module Contents#deepmd.entrypoints.gui.start_dpgui(*, port: int, bind_all: bool, **kwargs) → None[source]#Host DP-GUI server. Parameters:portintThe port to serve DP-GUI on.bind_allboolServe on all public interfaces. This will expose your DP-GUI instance to the network on both IPv4 and IPv6 (where available).**kwargsadditional argumentsRaises:ModuleNotFoundErrorThe dpgui package is not installed