[Python-porting] Porting HOWTO in Jupyter Notebook format

Brett Cannon bcannon at gmail.com
Mon Aug 10 20:49:36 CEST 2015


http://nbviewer.ipython.org/gist/brettcannon/3e40637ab25761836b89

Nice thing about the notebook format is it shows live code and its results.
Plus IPython has magic commands for running code as Python 2 or 3 which you
can use in a notebook which ends up acting almost like syntax notation so
people don't forget what code is being run in a cell.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20150810/4150732f/attachment.html>


More information about the Python-porting mailing list