sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
Support for RISE slides?
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.
Hi @jlperla. I will add this idea to the list of future development features. It would be nice to target slides.
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.
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
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.
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.