IPython + notebook + nbconvert is awesomeness!

durga ch

durga ch

@durga-TpX3gO Oct 27, 2024
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:ipython4

once converted the html slides look this way
ipython6

and
ipython7

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 3, 2014

    Looks like something I should try. Didn't know about it; thanks for the post!
  • durga ch

    durga ch

    @durga-TpX3gO Oct 3, 2014

    I wrote a quick blog post listing the steps for installation if that can help