multicolorfits.start_gui_server#

multicolorfits.start_gui_server(host='127.0.0.1', port=8321, session=None, state=None, files=None, colors=None, labels=None, **kwargs)[source]#

Start the web GUI in a background thread (non-blocking).

Returns a GuiServer with url, port, and host. See gui_embed() for notebook embedding.

Requires the web extra: pip install multicolorfits[web]