I have an ipython notebook I\'d like to share with colleagues who may not have ipython installed.
ipython notebook
So I converted it to html with :
ipyth
You can use below code to convert your notebook into HTML with code as collapsed.
from IPython.display import HTML HTML(''' ''')