sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
DISC: Revise Execution Options `jupyter_execute_nb` and `jupyter_execute_notebooks`
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.
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
I see - thanks @AakashGfude