deepmd.entrypoints.gui

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:
portint

The port to serve DP-GUI on.

bind_allbool

Serve on all public interfaces. This will expose your DP-GUI instance to the network on both IPv4 and IPv6 (where available).

**kwargs

additional arguments

Raises:
ModuleNotFoundError

The dpgui package is not installed