Software Engineering Daily

Software Engineering Daily


NBSafety for Jupyter Notebooks with Stephen Macke

October 26, 2021

The notebook paradigm of coding is relatively new in comparison to REPLs and IDEs.  Notebooks run in your browser and give you discrete cells for running segments of code.  All the code in a single cell runs at once, but cells run independently.  Cells can be re-run, which is a blessing and a curse.  The