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

Confusion caused by signature #230

Closed BoPeng closed 5 years ago

BoPeng commented 5 years ago

In the following scenario, a=2 is assigned inside a step, which will not be executed again if the step is ignored due to signature,

image

BoPeng commented 5 years ago

So in general I think use of signature in interactive mode can cause confusions. Since users can always use signature using %run or %sosrun (in batch mode), perhaps it is better to force ignore signature mode?