How to display iPython notebook properly in Github

Post date: Nov 10, 2014 7:55:55 AM

When a ipython notebook (ipynb) file is uploaded to Github, the display of the code is quite messy as it shows both code and mark-up. This does not look appealing when someone want to read the file. A good solution is to use nbviewer, which takes as an input the url of the code in Github and display iPython notebook nicely on the browser.