QuantEcon / sphinxcontrib-jupyter

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

DISC: Revise Execution Options `jupyter_execute_nb` and `jupyter_execute_notebooks` #208

Open mmcky opened 5 years ago

mmcky commented 5 years ago

@AakashGfude. I am tidying up while writing documentation. We have both:

jupyter_execute_nb and jupyter_execute_notebooks. Are these redundant?

I think I prefer to use jupyter_execute_notebooks which is slightly more verbose but also more descriptive.

AakashGfude commented 5 years ago

jupyter_execute_nb is an object at present which has the following structure

{
        "no-text" : True,
        "timeout" : 600,
        "text_reports" : True,
        "coverage" : False,
}

We will remove this and reorganize its keys as a part of the issue 199

mmcky commented 5 years ago

I see - thanks @AakashGfude