Jupyter Notebooks - Rasa
https://rasa.com/docs/rasa/jupyter-notebooks08.02.2022 · import rasa model_path = rasa.train(domain, config, [training_files], output) print(model_path) Chat with your assistant To start chatting to an assistant, call the chat function, passing in the path to your saved model. If you do not have custom actions you can set endpoints = None or omit it: from rasa.jupyter import chat