Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不知何故,jupyter-lab notebook 中的一些(不是全部!)markdown 单元获得了垂直滚动条。
我不知道如何关闭滚动条并显示整个单元格?什么设置控制这种行为?
想出一个技巧来避免这个问题: 将单元格内容包装在 a 中<div style="height:5cm;"> 并调整高度以使结果正确......
<div style="height:5cm;">
不过,我想要一个更好的解决方案。有人吗?