Hi all,
As a spyder user I love all the small features provided by this awesome tool that makes my coding super easy. I use spyder as my default IDE but I recently looked at / played around with IPython Notebook and find it super attractive as well and especially for teaching purpose (I use it for my teaching presentations).
However because I feel better using spyder, I was wondering if there was some kind of a tool somewhere that could convert python script into IPython Notebook so I could just use it to generate some IPython Notebook from old scripts. Looking around I found these two related questions/answers :
It is not that these two options are not satisfying to me (and please forgive my naivety on this purpose), but I was wondering if it could be possible to convert/export a script written in spyder into a IPython Notebook, using for example the cells delimiter (##%) to delimit IPython Notebook cells and the comment (#) for text cells in the IPython Notebook.
Again I have no idea about how much work it would take to make such a converter, but I am just asking because it would make coding AND presentations preparation super easy to me.
Thanks
Eric
PS : The ultimate goal being to find a efficient way to prep my teaching using python to generate htlm5 presentations because I am fed up to literally loose time preping presentations with powerpoint/keynote stuff