version

❯ pip list |grep jupyterlab
jupyterlab               4.0.1

自动换行

~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/tracker.jupyterlab-settings

 22     "codeCellConfig": {
 23           "lineWrap":"on",
 24         },

参考

python - How to set word wrap & code folding in Jupyterlab by editing User Settings File/User Preferences File - Stack Overflow

jupyter notebook - Enable word wrap in JupyterLab code editor - Stack Overflow

文章目录