It is common to have multiple cells used for visualization to understand the data inside notebooks, however, if I want to convert those notebooks to DVC stages I do not want the cells with visualization code to be executed (unless it is visualization code that produces files), can you make a parameter (maybe a doc-string or comment) that will tell ipynb_to_script to ignore a code cell when generating script?
It is common to have multiple cells used for visualization to understand the data inside notebooks, however, if I want to convert those notebooks to DVC stages I do not want the cells with visualization code to be executed (unless it is visualization code that produces files), can you make a parameter (maybe a doc-string or comment) that will tell ipynb_to_script to ignore a code cell when generating script?