Skip to content

DISC: Reorganising Options that are specific to pipeline stages #199

@mmcky

Description

@mmcky

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions