IPython + notebook + nbconvert is awesomeness!
few of us are already aware of IPython and notebook. Its basically an interactive web-interface. Sadly, I came to know about it very recently though the software has been around since few yrs now.
Few of the notebook examples are (obviously IPython Notebook itself)
#-Link-Snipped-#
for the uninformed , notebook is just another web interpreter for python. but apart from that, you can use it as a journal and note maker and constantly updating the notebook. You can also generate graphs , plots . embed images and videos to make it a perfect tool .
Nbconvert, is an app to convert notebook into desired format.Formats can be html, slides etc . The awesomeness cumulates further, when the notebook can be conveniently converted to slides for presentation 😁
notebook:
once converted the html slides look this way

and

Few of the notebook examples are (obviously IPython Notebook itself)
#-Link-Snipped-#
for the uninformed , notebook is just another web interpreter for python. but apart from that, you can use it as a journal and note maker and constantly updating the notebook. You can also generate graphs , plots . embed images and videos to make it a perfect tool .
Nbconvert, is an app to convert notebook into desired format.Formats can be html, slides etc . The awesomeness cumulates further, when the notebook can be conveniently converted to slides for presentation 😁
notebook:

once converted the html slides look this way

and

0