Converting to (not from) ipython Notebook format

后端 未结 10 999
刺人心
刺人心 2020-11-29 17:10

IPython Notebook comes with nbconvert, which can export notebooks to other formats. But how do I convert text in the opposite direction? I ask because I already ha

10条回答
  •  猫巷女王i
    2020-11-29 17:39

    You can use the script py2nb from https://github.com/sklam/py2nb

    You will have to use a certain syntax for your *.py but it's rather simple to use (look at the example in the 'samples' folder)

提交回复
热议问题