nbviewer
nbviewer copied to clipboard
File not found, 404 Error
Describe the bug You can access some image file on github, but nbviewer.org complains that it can not access the link to say File Not Found 404 Error.
To Reproduce
- You can access the following link. https://github.com/JBFG/ds_competition/blob/main/etc/images/iris_dtc.png
- When you paste the link into input box on https://nbviewer.org/, you will see File Not Found 404 Error.
- You can access the following link. https://nbviewer.org/github/JBFG/ds_competition/blob/main/etc/example_notebook.ipynb
- Find "Here's an example decision tree classifier:" text and you will see the broken image link.
- When you right-click and copy the broken image link, you can find the link "~main/etc/iris_dtc.png".
- You can download the notebook when you click the 'download notebook on the right upside of the browser (nbviewer)
- Find "Here's an example decision tree classifier:" text and yo well see "<img src="images/iris_dtc.png" />\n", on the next lines.
- "/etc/iris_dtc.png" is not correct. It should be "/etc/images/iris_dtc.png" according to the source.
Desktop (please complete the following information):
- OS: Windows 11
- Browser chrome
Additional context Add any other context about the problem here.
This seems to be a cache issue, this is a duplicate of #912 . Wait a few hours/days and this should be fixed.