does anyone have an tips on how I can hide many functions in python? Is there a way I can have them saved in a file and just execute it, so I have it in memory but not taking up lines of cell code that is ugly? Or some easy method where I can just hide the cells?
I wonder why this hasn't been easily implemented yet, for example within Jupyter notebook which seems more interactive. Thanks.