vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
177 stars 17 forks source link

More meaningful tag for workflows executed from notebook cell #308

Closed BoPeng closed 3 years ago

BoPeng commented 4 years ago

Right now all workflows have tag scratch_0, which is not helpful at all because it cannot differentiate anything. We could use scratch_${cell_id} or an unique number so that we can kill all workflows related to a single cell.