Closed Keneyr closed 11 months ago
oh my gosh, i fix it...
Just copy the folder prml
in your project ,the path is like PRML\build\lib\prml
, to the anaconda libs path like this : anaconda3\envs\PRML\Lib\site-packages
is ok, the .egg
file is also in this anaconda site-packages
path.
By the way, i'm using .py
file debugging, not .ipynb
, .ipynb
is not that handy for me..
I tried to debug
ch01_Introduction.ipynb
, set a breakpoint atX_train = feature.transform(x_train),
then press F11 to enter the souce code functionbut
polynomial.py
file show me like that, thispolynomial.py
file is located at/site-packages/prml-0.0.1-py3.8.egg
:I know that
.egg
file is a zip file for py source code, but is there any way to step into the right-readble source code in my project folder?Thanks!