-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Milestone
Description
It might be better to reorganise the options available for this extension into the different stages of how the extension works, in addition to global options for writing the notebooks. The options that only affect parts of the pipeline could be captured in a grouped dictionary format.
An example would be in the conf.py
jupyter_execution = {
execute_notebooks : True,
number_workers : 4,
threads_per_worker : 1,
}
jupyter_html = {
make_site : True,
nbconvert_template : "<path>",
download_nb : True,
download_nb_urlpath : "<path>",
}
this will help group the options logically together and will make it much clearer which options affect what parts of the pipeline.
Metadata
Metadata
Assignees
Labels
No labels