[FIXED]Module error after installing with jupyter notebook

After trying to use this on Colab and Kaggle I wanted to try to use Roboflow in jupyter. But when I tried setting up the roboflow module, it gave me the error “No module named: roboflow”. This can be seen in the picture here:
image

Does anyone know how to fix this? :slight_smile:

#edit: When using “pip list” within the notebook, it actually shows roboflow 0.2.4 as installed.

Fixed the issue. Was apparently running a global version of jupyter as I was using it through conda. Installed jupyter (again) but through conda and this time it worked.