Issue
Github is not showing the images in my jupyter notebook.
I have tried pushing different formats such as:
![alt text](img/file.png)
and
<img src="img/file.png", width=200, height=200>
which they do work on my local jupyter notebooks in regards of showing images, but once I pushed these notebooks to Github, everything works fine in my repository, but the images won't show.
Solution
As mentioned in my comment, when something like this happens please ensure that you are uploading the relevant files and that the path you are uploading the files to is still valid relative to the notebook.
Answered By - Louise Davies
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.