ipynb to py file online code example
Example 1: ipynb to py online
ipython nbconvert --to script "file_name.ipynb"
Example 2: convert ipynb to py
open the ipynb file in jupyter notebook
go to file>download as>py file
ipython nbconvert --to script "file_name.ipynb"
open the ipynb file in jupyter notebook
go to file>download as>py file