scign
scign
You're not importing the whole module so the interpreter knows what `aduser` is but doesn't know what `pyad` is or `adcontainer`. You should try either: ``` from pyad import adcontainer...
> > i meet same the error on my juptyer notebook (using docker). i resolve it by changing the notebook dir. if you run jupyter notebook using root dir, using...
Yes and no - with jupyter it's one thing to install the ipykernel module in a second environment, but many people stumble on the second bit, i.e. letting the main...