Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is indented word wrap in jupyter lab possible? #6881

Open
tbrodbeck opened this issue Jul 24, 2019 · 2 comments
Open

Is indented word wrap in jupyter lab possible? #6881

tbrodbeck opened this issue Jul 24, 2019 · 2 comments

Comments

@tbrodbeck
Copy link

Jupyterlab is doing soft wrap like this (with the setting "lineWrap": "on"):
1
But I would prefer something like this, like I have it in all my other text editors (emacs, intellij, vim...):
2
Is this possible? :)

@BrenBarn
Copy link

+1000. The most essential feature for all text editors.

@krassowski
Copy link
Member

We could make this happen for JupyterLab 3.x (using CodeMirror5 editor - demo) and for JupyterLab 4.0 (using CodeMirror 6 editor - discussion). Two questions:

  • should this be a new default (I think yes)?
  • should there be an option to toggle it on/off (I think yes)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants