├── README.md ├── notebook_original.ipynb └── notebook_polished.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # polished_notebooks 2 | This repository shows how to create Jupyter notebook presentations with optional code visibility and no ugly elements. For more information, see my [blog post](http://chris-said.io/2016/02/13/how-to-make-polished-jupyter-presentations-with-optional-code-visibility/). 3 | 4 | While the notebooks render correctly on nbviewer ([unpolished](http://nbviewer.jupyter.org/github/csaid/polished_notebooks/blob/master/notebook_original.ipynb), [polished](http://nbviewer.jupyter.org/github/csaid/polished_notebooks/blob/master/notebook_polished.ipynb)), they do not render correctly on the GitHub viewer. 5 | --------------------------------------------------------------------------------