ipython-books / cookbook-code

[DEPRECATED] See the new edition:
http://ipython-books.github.io/
Other
972 stars 457 forks source link

Upgraded Chapter 01 Recipe 06 to IPython 4.0.0 #30

Closed BCSharp closed 8 years ago

BCSharp commented 8 years ago

Please note: This recipe is about custom kernels but since IPython 4 comes with the Big Split into Jupyter and the rest of IPython, the upgrade changes here are more substantial. I have tested the changes on OS X and Windows 10 (with Anaconda).

Since I was already changing much, I also took the liberty to fix the recipe steps numbering (markdown was numbering every step as 1.) and syntax highlighting of Python snippets.

@rossant, please let me know if this is OK. I put the updates on a separate branch in case more fixups are needed.

rossant commented 8 years ago

Hi @BCSharp

Sorry about the delay, I'm not much available currently for personal reasons. I granted you write access to this repo as well as cookbook-data. Feel free to continue to propose PRs and to merge them after 24 hours if you don't hear back from me. Thank you for your help!

Cyrille