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

Give the URL to send a nbviewer bug report on the error page #105

Closed giotta closed 10 years ago

giotta commented 11 years ago

On the error page http://nbviewer.ipython.org/url/git.auf.org/?p=davin.git;a=blob_plain;f=ateliers/debian-python-virtualenv/mtlpy-workshop-debian-dev-env-fr.ipynb

there's no direct link to submit a bug report

(I hope that this is the good place... ;) I found a bug report link only on the ipython project web page... with leads on ipython github repo, not the nbviewer)

rgbkrk commented 10 years ago

This is a great idea. The two templates that need updating are

https://github.com/ipython/nbviewer/blob/master/nbviewer/templates/400.html

and

https://github.com/ipython/nbviewer/blob/master/nbviewer/templates/500.html

rgbkrk commented 10 years ago

Oh, probably worth noting that 500 errors should probably be reported.

400 errors now display much more information about what is wrong with the notebook rendering is being attempted on. In those cases, it's usually something upstream (needing an update, having invalid HTML, etc.)

rgbkrk commented 10 years ago

Closing this as #149 adds links to 500 errors.