convert json ipython notebook(.ipynb) to .py file

后端 未结 10 2205
灰色年华
灰色年华 2020-12-02 12:28

How do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?

10条回答
  •  一生所求
    2020-12-02 12:43

    One way to do that would be to upload your script on Colab and download it in .py format from File -> Download .py

提交回复
热议问题