You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: