I would like to enable word wrap for the code cells in jupyterlab, but do not manage to find how.
Already tried:
{"lineWrap": true}
, which toggles the greyed-out "word wrap" in the "Editor" menu, but does not solve my problem"CodeCell": { "cm_config": { "lineWrapping": true } }
Try the following,
{
"codeCellConfig": {
"lineWrap": "wordWrapColumn",
"wordWrapColumn": 80
}
}
For reference, see this pull request from the JupyterLap project on GitHub.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With