top | item 32604700

(no title)

cantagi | 3 years 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.

discuss

order

etrautmann|3 years ago

I didn't realize anyone didn't do this. Totally essential, great point!

shapefrog|3 years ago

Well that has improved my life - thanks!