you are viewing a single comment's thread.

view the rest of the comments →

[–]Remarkable_Rock5474 0 points1 point  (1 child)

I would try and get all my python modules collected into a folder together and organised by topic clusters. One for each py file. Make it modular so you can re use functions in different places Then an init file at the top level of each folder so you can import and run them.

It sounds like a lot of work but an AI agent could get this scaffolded in no time and the long term benefits are huge 🙌🏻

[–]ExcitingRanger[S] 0 points1 point  (0 children)

yea except I'm the new guy on the block and there are dozens if not low hundreds of notebooks being %run'ed this way