6 ms·
Yes, people writing unmaintainable code in Jupyter notebooks is a problem. Personally, I start every notebook with %load_ext autoreload %autoreload 2
by cantagi 4y ago
Yes, people writing unmaintainable code in Jupyter notebooks is a problem.
Personally, I start every notebook with
%load_ext autoreload
%autoreload 2
then develop production quality code in .py files.
- shapefrog 4y agoWell that has improved my life - thanks!
- etrautmann 4y agoI didn't realize anyone didn't do this. Totally essential, great point!