/pyorg2ipynb

Convert python source code (with outline/org-mode) to jupyter notebook

Primary LanguagePythonMIT LicenseMIT

pyorg2ipynb

Ipython notebook is cool, but when you start tracking it in git, life becomes hell. It becomes unbearable to look at the code diff off the everchanging json.

If you say ipython/jupyter notebook can import/export python code files then you must be kidding. Import keeps everything in one cell; in export you lose all your precious markdown note. And here I’m creating this convertor.