nteract/papermill

Parameter strings cannot contain "="

開放

#864 建立於 2026年2月28日

 (0 則留言) (0 個反應) (0 位負責人)Python (402 個分叉)batch import
bughelp wanted

倉庫指標

星標
 (5,381 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

🐛 Bug

# %% tags=["parameters"]

s = "a=b"

# %%
print(s)

This fails with: Passed unknown parameter: s`". Seems like papermill naively counts = on the parameter line, so it's treated as unparseable, then flagged as “unknown parameter”.

Papermill version: 2.6.0.

貢獻者指南