enhancementhelp wantednew-contributor-friendly
仓库指标
- 星标
- (5,381 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
This part of code is absolutely not thread-safe: https://github.com/nteract/papermill/blob/68580f79fd7cc037dd3908343e3a070c3140395b/papermill/execute.py#L91-L105
Why don't you use cwd parameter in nbclient.client.execute or at least copy this function?
https://github.com/jupyter/nbclient/blob/8d5fc8caa0b27b308760e5a350369720c03efc8b/nbclient/client.py#L730-L750