Hello,
I have been trying to install and execute the codes. I have encountered the below error.
Please kindly do needful with the installation.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import numpy as np
2 from scipy.constants import mu_0
----> 3 from ...simulation import BaseSimulation
4 from ... import props
5 from ...utils import validate_type
ImportError: attempted relative import with no known parent package