Scrapy installed but module not found

i installed scrapy by using !pip install scrapy on jupyter but when i import then the module is not found error shown.

use pip install Scrapy. And try to run python on terminal and then import scrapy from the terminal or cmd prompt. If it does import the module then you are good to go and then just restart your jupyter notebook.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Yes,I understood your explanation.You did a good job