<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 25 Aug 2020 at 23:07, Rajarathanam Senthilkumar <<a href="mailto:rsenthil.optical@gmail.com">rsenthil.optical@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear Rengaraj & Karthick sir,</div><div>I have written python porgrams in jupyter notebook and converted in asciidoc file.</div><div>How to convert this file into html slides?</div><div>I have installed in zdesk and asciidoc in linux but failed to convert in to html slides.</div><div>The file and images- link provided here:</div></div></blockquote><div><br></div><div>Way 1:</div><div><br></div><div>1. Exporting asciidoc format from jupyter and then using zdeck stylesheet  won't work properly.</div><div>Since zdeck has a different stylesheet. <br></div><div>2. The downloaded file from jupyter will have different rules which won't match the zdeck style sheet.<br></div><div>3. You have to see the example given in the zdeck repo and then change your <slides>.asciidoc <br></div><div><br></div><div><br></div><div>Way 2:</div><div><br></div><div>1. Since you are using jupyter itself, you have the option to create slides.</div><div>2. In your notebook</div><div><ul><li>go to view --> cell toolbar --> slideshow</li><li>you can choose slide, sub, slide etc at the top right corner of each cell</li><li>once you do this</li><li>go to command line run <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">jupyter  nbconvert  <filename>.ipynb  --to  slides <br></blockquote></li></ul><div><br></div><div>Regards</div><div>Rengaraj<br></div></div></div></div>