Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
This is a great job, I like it! But I have met some problem in showing picture of jupyter locally in my pycharm.
The case is, every picture in my jupyter is in the form of ../img/picture_name, which result in the failure of showing picture.
It looks like to be a must to modify it to ..\img\picture_name, (Use \ instead of /)
(I am using Windows operate system)
Do I need to make this type of modification ones by ones? It's really a time-cosuming work, Is there a better way to adjust this problem? Looking forward to your guidence.
This is a great job, I like it! But I have met some problem in showing picture of jupyter locally in my pycharm.
The case is, every picture in my jupyter is in the form of
../img/picture_name
, which result in the failure of showing picture.It looks like to be a must to modify it to
..\img\picture_name
, (Use\
instead of/
) (I am using Windows operate system)Do I need to make this type of modification ones by ones? It's really a time-cosuming work, Is there a better way to adjust this problem? Looking forward to your guidence.
Best regards.