Hi,
We are developing run-through extension to apply the notebook to cloud infrastructure operation, and implements function to freeze cells when they are executed.
https://github.com/NII-cloud-operation/Jupyter-LC_run_through
Currently we have implemented these functions in run-through (like https://github.com/NII-cloud-operation/Jupyter-LC_run_through/blob/master/lc_run_through/nbextension/main.js#L315), but we assume that it should be one of these:
- Make freeze extension export
set_state(cell, state) function and run-through uses it
- Implement freeze executed cells function in freeze extension
Though we'd like to make PR... Which is better?
Hi,
We are developing run-through extension to apply the notebook to cloud infrastructure operation, and implements function to freeze cells when they are executed.
https://github.com/NII-cloud-operation/Jupyter-LC_run_through
Currently we have implemented these functions in run-through (like https://github.com/NII-cloud-operation/Jupyter-LC_run_through/blob/master/lc_run_through/nbextension/main.js#L315), but we assume that it should be one of these:
set_state(cell, state)function and run-through uses itThough we'd like to make PR... Which is better?