sphinxcontrib-jupyter icon indicating copy to clipboard operation
sphinxcontrib-jupyter copied to clipboard

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

Open mmcky opened this issue 6 years ago • 2 comments
trafficstars

@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.

mmcky avatar Jul 08 '19 04:07 mmcky

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

AakashGfude avatar Jul 10 '19 06:07 AakashGfude

I see - thanks @AakashGfude

mmcky avatar Jul 11 '19 09:07 mmcky