init_show_server#

interpret.init_show_server(addr=None, base_url=None, use_relative_links=False)#

Initializes show method’s backing server.

Parameters:
  • addr – (ip, port) tuple as address to assign show method to.

  • base_url – Base url path as string. Used mostly when server is running behind a proxy.

  • use_relative_links – Use relative links for what’s returned to client. Otherwise have absolute links.