On Tue, 25 Aug 2020 at 23:07, Rajarathanam Senthilkumar <
rsenthil.opti...@gmail.com> wrote:

> Dear Rengaraj & Karthick sir,
> I have written python porgrams in jupyter notebook and converted in
> asciidoc file.
> How to convert this file into html slides?
> I have installed in zdesk and asciidoc in linux but failed to convert in
> to html slides.
> The file and images- link provided here:
>

Way 1:

1. Exporting asciidoc format from jupyter and then using zdeck stylesheet
won't work properly.
Since zdeck has a different stylesheet.
2. The downloaded file from jupyter will have different rules which won't
match the zdeck style sheet.
3. You have to see the example given in the zdeck repo and then change your
<slides>.asciidoc


Way 2:

1. Since you are using jupyter itself, you have the option to create slides.
2. In your notebook

   - go to view --> cell toolbar --> slideshow
   - you can choose slide, sub, slide etc at the top right corner of each
   cell
   - once you do this
   - go to command line run
>
>    jupyter  nbconvert  <filename>.ipynb  --to  slides
>


Regards
Rengaraj
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to