nteract/papermill

Parameter strings cannot contain "="

Open

#864 opened on 2026幎2月28日

GitHub で芋る
 (0 comments) (0 reactions) (0 assignees)Python (402 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,381 stars)
PR merge metrics
 (30d に merged 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.

コントリビュヌタヌガむド