utils.rcclient.libs.template_processor.papermill_wrapper
Module Contents
Classes
Attributes
- utils.rcclient.libs.template_processor.papermill_wrapper.logger
- class utils.rcclient.libs.template_processor.papermill_wrapper.PapermillWrapper(input_path, output_path=None, parameters=None, log_output=False, stdout_file=None, stderr_file=None, report_mode=False, kernel_name=None, cwd=None, language=None, **engine_kwargs)
- load_notebook()
- select_cells_until(cell_index, cell_type='code')
- get_cell(cell_index, cell_type='code')
- execute_cells(cell_type='code', cell_indecies=None, start_exec_with=None, end_exec_with=None)
- __extract_cells_into_a_new_notebook(nb_obj, cell_type, cell_indecies, start_exec_with, end_exec_with)