Skip to content

Apps API Reference

serve_app

Main app serve entrypoint.

Parameters:

Name Type Description Default
port t.Optional[int]

Select a specific port, otherwise one will be chosen automatically.

None
host t.Optional[str]

Specify a specific host.

None
debug bool

Enable debug mode.

False
ui t.Optional[str]

Select a specific UI to use (console or ipywidgets).

None
public bool

Expose the app to the Internet with ngrok (requires auth_token).

False
embed_mode bool

Allows embedding in some third-party products by disabling security policies which will not work in an iframe.

False