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
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)