How do I convert a IPython Notebook into a Python file via commandline?

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 only way I understand to do this is via the GUI. Is there a way to do it via command line?

Leave a Comment