nteract/papermill

Option to keep notebook open after run for debugging

开放

#641 创建于 2021年11月19日

 (2 条评论) (1 个反应) (0 位负责人)Python (402 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (5,381 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

To my understanding of Papermill, there is currently no option to keep the notebook running / keep the kernel alive and to interact with it.

When a notebook fails, it would be a good time saver to have access to the running notebook to debug using %pdb or to print variables

I barely know Papermill's codebase (and barely know nbclient as well) so it's hard for me to estimate whether it's possible and the work required, but if someone who knows the codebase can give me pointers I could help with the feature 👍

贡献者指南