jupyter-lab配置优化备忘
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 },
参考
jupyter notebook - Enable word wrap in JupyterLab code editor - Stack Overflow
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。