I want to enable line wrapping and line numbering by default in my IPython notebook. Until recently it all worked well with the answer given in e.g. this post:
How to display line numbers in IPython Notebook code cell by default
Since I updated my IPython notebook to version 3, this setting seems to be ignored. Could you give me a hint on how to enable line wrapping and line numbering in the current version of IPython?
My browser mentions a JavaScript error : Uncaught TypeError: Cannot read property 'options_default' of undefined
Thank you!