notice

This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).

Version: Main/Unreleased

rasa.jupyter

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:

  • model_path - Path to a combined Rasa model.
  • endpoints - Path to a yaml with the action server is custom actions are defined.
  • agent - Rasa Core agent (used if no Rasa model given).