##// END OF EJS Templates
add WN
Matthias Bussonnier -
Show More
@@ -0,0 +1,5 b''
1 Input transformers are now called only once in the execution path of `InteractiveShell`, allowing to register
2 transformer that potentially have side effects (note that this is not recommended). `should_run_async`, and
3 `run_cell_async` now take a recommended optional `transformed_cell`, and `preprocessing_exc_tuple` parameters that will
4 become mandatory at some point in the future; that is to say cells need to be explicitly transformed to be valid Python
5 syntax ahead of trying to run them. :ghpull:`12440`
General Comments 0
You need to be logged in to leave comments. Login now