I am trying to import lcapy but I can not do that through cmd (I also tried with Jupyter Notebook). The error I face is: ModuleNotFoundError: No module named 'lcapy'
lcapy
ModuleNotFoundError: No module named 'lcapy'
Run in your shell:
pip install lcapy
Then just import it =)
For example, import all of the library content:
from lcapy import *
548k questions
547k answers
4 comments
86.3k users