question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for parameters and/or tags assignment (papermill)

See original GitHub issue

Feature: Notebook Editor, Interactive Window, Python Editor cells

Add ability to set metadata tags on a cell, like notebook classic supports in the gif below (but maybe with a better interface for it).

enable_parameters

Description

Cell tags are used as a convention based pattern for converting notebooks in a few contexts. The papermill library uses the parameters and injected-parameters tags to manage user inputs to notebook executions. NBConvert has notebook manipulation processors that filter or convert cells based on tags. Overall while it was originally used for metadata matching purposes, it’s use for production execution paths has become a necessity with Jupyter today. Have a minimal way to manage the cell tags would go a long way for cross-tooling support.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:159
  • Comments:23 (1 by maintainers)

github_iconTop GitHub Comments

35reactions
S-UPcommented, Feb 20, 2020

I want to second this. I am very happy with VSCode as my primary Python editor but when looking for a way to parameterize my notebook via papermill I ran into the above issue of not being able to set parameters.

32reactions
mhorlachercommented, Feb 1, 2022

Is this implemented yet? Would be very useful for papermill!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Parameterize - papermill 2.4.0 documentation
Type “parameters” in the “Add Tag” box and hit “Enter”. If the extension is not installed, you can manually add the tag by...
Read more >
papermill Documentation - Read the Docs
Select the cell to parameterize. 2. Click the property inspector in the right sidebar (double gear icon). 3. Type “parameters” in the “Add...
Read more >
papermill · PyPI
papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. Papermill lets you: parameterize notebooks; execute notebooks.
Read more >
Parameterizing and automating Jupyter notebooks with ...
Jupyter notebooks are often run with different parameters, and the best way to automate setting parameters and running them is papermill.
Read more >
Tagging Systems Manager parameters - AWS Documentation
You can add tags to custom SSM parameters that you own by using the Systems Manager console or the command line. Topics. Adding...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found