d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
24.04k stars 4.37k forks source link

Question about showing picture of jupyter in pycharm #2617

Open chenzhigang00 opened 2 months ago

chenzhigang00 commented 2 months ago

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.

image image

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.

image image