rasa.jupyter

You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest documentation here.

pprint #

def pprint(obj: Any) -> None
    Prints JSONs with indent.

chat #

def chat(model_path: Optional[Text] = None,
         endpoints: Optional[Text] = None,
         agent: Optional["Agent"] = None) -> None
    Chat to the bot within a Jupyter notebook.

Arguments: