jupyter / nbviewer

nbconvert as a web service: Render Jupyter Notebooks as static web pages
https://nbviewer.jupyter.org
Other
2.22k stars 551 forks source link

Keep returning a 404 file not found error #921

Open epaki opened 4 years ago

epaki commented 4 years ago

Would appreciate any assistance so that I can submit my assignment. Apologies if this has been answered elsewhere, however after some initial searching i've been unable to find a solution that works.

Describe the bug I'm trying to render a Jupiter Notebook found on my GitHub repository (public) on NBViewer however each time I keep receiving a 404 File Not Found error. Have tried renaming the file, deleting old copies and different things, however still receive the same error. The link to the GitHub files works, so the file url is correct.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://nbviewer.jupyter.org'
  2. Paste the link to the file on GitHub https://github.com/epaki/applied-ds-capstone/blob/master/SegmentingClusteringT.ipynb
  3. Click on 'Go!'
  4. See error 'https://nbviewer.jupyter.org/github/epaki/applied-ds-capstone/blob/master/SegmentingClusteringT.ipynb'

Expected behavior When clicking on 'Go!' i'd expect the Jupiter Notebook to render along with the Folium maps. I've tried different files in the same repository and these work fine. An example is as follows 'https://nbviewer.jupyter.org/github/epaki/applied-ds-capstone/blob/master/segclusttorontoMap.ipynb'

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

parente commented 4 years ago

The link in the description seems to be working OK for me:

https://nbviewer.jupyter.org/github/epaki/applied-ds-capstone/blob/master/SegmentingClusteringT.ipynb

image