IPython3 Notebook wordwrap
// Put this inside your custom.js file // works for ipython 3 notebooks $([IPython.events]).on('app_initialized.NotebookApp', function(){ IPython.CodeCell.options_default['cm_config']['lineWrapping'] = true; });