In [8]:
%matplotlib inline
import sys
sys.path.insert(0, '../../neupackage')
import neuosc as ns

In [12]:
hbarc


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-12-c96a48670e42> in <module>()
----> 1 hbarc

NameError: name 'hbarc' is not defined

In [15]:
from neuosc import constants


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-15-12eef5a7b6f8> in <module>()
----> 1 from neuosc import constants

ImportError: cannot import name constants

In [ ]: