How do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?
.ipynb
.py
One way to do that would be to upload your script on Colab and download it in .py format from File -> Download .py
File -> Download .py