Skip to content

Instantly share code, notes, and snippets.

@jdbrice
Created July 9, 2015 19:54
Show Gist options
  • Save jdbrice/8bb83aea740f71ee3c81 to your computer and use it in GitHub Desktop.
Save jdbrice/8bb83aea740f71ee3c81 to your computer and use it in GitHub Desktop.
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;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment