Add support for parameters and/or tags assignment (papermill)
See original GitHub issueFeature: 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).
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:
- Created 4 years ago
- Reactions:159
- Comments:23 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
.Is this implemented yet? Would be very useful for papermill!