English 中文(简体)
在VS Code中,如果Jupyter笔记本中没有出现水平滚动条,我如何才能看到所有输出?
原标题:How can I see all the output without a horizontal scrollbar appearing in Jupyter notebooks in VS Code?

For example (when running print(dir()) or similar): enter image description here

在这个例子中,输出太长,所以出现了水平滚动条。

But I want something like the following where there is wrapping instead of a scrollbar: enter image description here

有没有一个快捷键来实现它或一些配置?

问题回答

要在VS代码中在Jupyter笔记本的输出中使用换行符,请在settings.json文件

"notebook.output.wordWrap": true,




相关问题
VS Code run selection in terminal creating multiple shells

Running selection/line in terminal (shift + enter) started creating opening two shells. The first shell runs commands to activate the environment and start python. The second shell runs the python ...

从案卷中获取简单明朗戈功能——现在可以提供

如果你想到,在纽瓦特被点击之后,如何把服务器的辅助功能从javascript文档中打上下面的几页。 你们必须利用吉大港山区开发计划的要求,把服务器的侧端点称作终端点。 ......

在《科索沃法典》中是否有办法进行沙尘处理

目前,开始学习基因图像处理,我希望在民主选举学会之外使用这种图像,使之更容易编码,因为在处理民主选举学会时,没有很好地掌握合成物的错误。 I ......

Rust Visual Studio Code code completion not working

I m trying to learn Rust and installed the Rust extension for VSCode. But I m not seeing auto-completions for any syntax. I d like to call .trim() on String but I get no completion for it. I read that ...

热门标签