Jupyter Notebooks can't import rasa

Hi,

I’ve successfully installed RASA and being working on it using Visual Studio Code. I wanted to migrate to Jupyter notebooks, and I’ve followed the instructions of this page but it seems something is off here. “import rasa”, returns "ModuleNotFoundError: No module named ‘rasa’, although rasa is already installed … below pip freeze …

… rasa==1.10.12 rasa-sdk==1.10.2

Any ideas what I am missing here?

Thanks in advance,

It’s an issue with Jupyter, re-installed, and worked.