gpt4 book ai didi

jupyter-lab - 如何在 JupyterLab 中拆分和合并单元格

转载 作者:行者123 更新时间:2023-12-04 12:05:25 25 4
gpt4 key购买 nike

  • JupyterLab ,给定以下代码单元格,如何将其拆分为多个单元格?

  • enter image description here
  • 同样,给定以下单元格,它们如何组合成一个单元格?

  • enter image description here

    最佳答案

  • 此答案适用于 Windows

  • enter image description here
  • JupyterLab: splitCell
  • Source

  • 为了将一个单元格拆分为多个单元格:
  • 将光标放在需要拆分的位置,然后按下并释放 ctrl + shift + -
  • 可以通过按住 ctrl 并单击光标位置来放置多个光标。


  • enter image description here
  • JupyterLab: mergeCells
  • Source

  • 为了将多个单元格合并为一个:
  • 选择所需的连续单元格,按住 shift 并单击边距,其中 [ ]是,这将突出显示选定的单元格。
  • 在按住 shift 键的同时,按 m,然后松开两个键。


  • enter image description here
  • 生成的合并单元格在每个单元格的代码之间会有一个空格,就像这个答案中的第一张图片一样。
  • 这是预期的行为 newModel.value.text = toMerge.join('\n\n');

  • 关于jupyter-lab - 如何在 JupyterLab 中拆分和合并单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63654380/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com