peopledoc / mlvtools

Public repository for versioning machine learning data
Other
42 stars 7 forks source link

specifing cells to be ignored by ipynb_to_script #83

Closed antonkulaga closed 4 years ago

antonkulaga commented 4 years ago

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?

antonkulaga commented 4 years ago

Ups, just noticed that you already have ignore_keys, closing