Action Server and Jupyter Notebook

Hello, I had a question concerning the use of Jupyter Notebooks and Rasa (see Jupyter Notebooks). Here are the screenshots of the code executed using the medicatre_locator example.

I understand that I need to run the action server, however, when I tried to do this within the same file, an error arose.

When just using the terminal to run the action server and then another terminal to train the model as well as chat with the bot, this worked.

I’m not sure what the error is when using Jupyter Notebook and what the exact command should be to run it.

Mhm, seems something is blocking port 5055 when using the jupyter notebook. How do you run the action server in the notebook?

I think this problem is in the rasa.jupyter chat method. It does not currently allow you to instantiate a model with an endpoint. Please see the feature request.