QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

Support for RISE slides? #22

Open jlperla opened 6 years ago

jlperla commented 6 years ago

Hi there, Is there any way to generate https://github.com/damianavila/RISE based slides at this point? If not, it would be a great feature for generating slides for tutorials and classes.

mmcky commented 6 years ago

Hi @jlperla. I will add this idea to the list of future development features. It would be nice to target slides.

nthiery commented 6 years ago

That would be great indeed! And in general having some syntax for setting cell metadata. Asecond use case: writing exercise sheets with automatic feedback / grading with ordo / nbgrader respectively.

mmcky commented 6 years ago

I agree. We would like to add a specific jupyter directive for better control and more direct linking with the jupyter notebook spec. Ref #13

FelipeMaldonado commented 5 years ago

PR #112 aims to that, turning each cell into a slide. I'm still working on how to select something different (subside, fragment,...) using the jupyter directive that we created.

I also understand better now how to modify the metadata, so in the future we could add more features.

mmcky commented 5 years ago

Thanks @FelipeMaldonado -- PR https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/112 adds support for slides. It is not feature complete - so will leave this issue open and tag for 0.6 for review.