mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
wrap lines by default
because long lines are not handled well
This commit is contained in:
parent
1e5bd77bda
commit
6c4f8de34a
@ -60,6 +60,7 @@ function($,
|
||||
indentUnit: 4,
|
||||
theme: "ipython",
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
};
|
||||
|
||||
Editor.prototype.load = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user