jupyter / nbviewer

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

404 : Not Found Remote HTTP 404: not found among 68 files #945

Open Tvix22 opened 4 years ago

Tvix22 commented 4 years ago

Hello, im trying to render my notebooks from https://github.com/Tvix22/thepythonlab/tree/master/Lab11%20BuyAndHold and this is the url i try. https://nbviewer.jupyter.org/github/Tvix22/thepythonlab/tree/master/Lab11%20BuyAndHold/ and when i try to run one notebook, recive a 404 error, but the notebook are ok in my github

¿How can i fix it? I use that notebooks for showing in my blog,

gkamradt commented 4 years ago

Looks like you're still having the error at the nbviewer url below: https://nbviewer.jupyter.org/github/Tvix22/thepythonlab/blob/master/Lab11%20BuyAndHold/Lib_1_BNH.ipynb

But it is a valid github file: https://github.com/Tvix22/thepythonlab/blob/master/Lab11%20BuyAndHold/Lib_1_BNH.ipynb

Any update on your end? I have the same problem and have ?flush_cache=false (and true) a bunch

reubens9 commented 4 years ago

Good day, I am currently experiencing the same issue. I have tried changing a few things that I thought could be causing the issue but I am unable to solve it.

Here is the link to the notebook that won't render: https://nbviewer.jupyter.org/github/reubens9/Process-Dynamics-CPN321/blob/master/1_Modelling/2_Modelling_equations.ipynb

Thanks in advance!

gkamradt commented 4 years ago

@reubens9 and all, This problem persisted for me, and I couldn't find help on this issue anywhere.

The solution, which isn't ideal, is that I followed the self-service steps within the read me and started up my own version of nbviewer. After spinning up a $3.50/month AWS lightsail instance, I ran ~5 commands that were all explained with the read me.

Works great so far. I'll happily switch back to using this jupyter hosted nbviewer once the caching issue is fixed.