How to set my IPython Notebook so that whenever I save the .ipynb file, it will automatically save the file as a .py file (in the same directory)?
In particular, every time I make changes to the laptop, I donβt want to upload the file as a .py file, and then move the downloaded file to a directory.
I recently switched to Mac and was able to do this on my previous (PC) setup, but could not find how to explicitly install IPython for this.
source share