Search code examples
python-3.xjupyter-notebookembed

Github isn't displaying my embedded images in my Jupiter Notebook


I uploaded a Jupyter notebook to GitHub with some screenshots that I embedded into markdown cells using the following format:

![Step1](Images/Step1.png)

However, when trying to view the notebook on GitHub, none of the embedded images appear. Is there something I can do to mend this?

enter image description here

I do not want users to have to run a Python code block to display the image. They are screenshots of different steps in a "getting started" guide I made, so I want them to appear in Markdown cells.


Solution

  • If the images are posted on Github, open the image in a new tab, and copy the URL like so (Put in the actual link; I just added ellipses to redact the repository name):

    ![Step1](https://raw.githubusercontent.com/ ... /main/images/Step1.png)