how do i import lib like numpy installed on my laptop to thonny and not download it
again.
i am getting this error
Traceback (most recent call last):
File "/home/saphire/Python/
ml.test.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
but i have installed it on my laptop.
i am using elementary os
“Loki” and base on Ubuntu 16.04