nteract/papermill

Parameter strings cannot contain "="

Open

#864 opened on Feb 28, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (402 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,381 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

🐛 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.

Contributor guide