QuantEcon / sphinxcontrib-jupyter

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

Development Day @ QuantEcon Labs #71

Closed mmcky closed 5 years ago

mmcky commented 6 years ago

We are getting a couple of RA's to work on closing a few of the issues next Tuesday (21-August)

One of our main users has requested the following priorities to help in preparing Jupiter notebooks for courses.

My priorities though would be:
1. Static files: support for directory structure and correct copying
2. Slides options in meta-data
3. :class: solution

These are Issues #69, #68, #58, #22

mmcky commented 6 years ago

:class: solutions has been implemented in PR #72

mmcky commented 6 years ago

@FelipeMaldonado is starting to work on a jupyter directive which would allow more control over the RST to IPYNB conversion. The initial use case will be:

.. jupyter:: 
   :break-cell:

to enable one to force a break in cells.