When i try to run this code in jupyter notebook it shows this error. `ImportError: No module named scapy` i have installed scapy with: ``` pip install scapy Requirement already satisfied: scapy in /usr/local/lib/python2.7/site-packages ```
When i try to run this code in jupyter notebook it shows this error.
ImportError: No module named scapyi have installed scapy with: