I\'m looking at using the *.ipynb files as the source of truth and programmatically \'compiling\' them into .py files for scheduled jobs/tasks.
The
If you want to convert all *.ipynb files from current directory to python script, you can run the command like this:
*.ipynb
jupyter nbconvert --to script *.ipynb