How to change the order of sections in a .mlx file?

28 次查看(过去 30 天)
Is it possible to change the order of sections in a .mlx file? For example, in Jupyter notebook I can drag cells up and down to change the order of cells.
Thank you!

采纳的回答

Adam Danz
Adam Danz 2021-2-18
编辑:Adam Danz 2021-2-19
The ol' fashion copy-paste is the only way I know of.
I wouldn't be eager to support the ability to drag and drop blocks of code. Sometimes blocks of code can be run independently from any other block which would be safe to move within the file. But it's common for there to be variables defined or manipulated between several blocks which could cause giant headaches if drag-and-dropped without additional changes.
  2 个评论
William Davies
William Davies 2021-2-22
编辑:William Davies 2021-2-22
Thanks Adam!
Yes that's true that blocks can rely on variables defined/manipulated in ealier blocks. From my experience on JupyterLab, the pros outweight the cons. But then again, I don't have much experience with .mlx files and Jupyter notebooks are heavily used for prototyping so being able to flexibly drag blocks around is may be particularly useful there.
Duncan Carlsmith
Duncan Carlsmith 2024-4-23,12:37
I strongly support the ability to drag and drop sections of code plus text in the Live Script Editor. I often cannot drag over a whole section for reasons unknown in order top copy paste. Sometimes it seems limited because a figure is embedded. Other times, I dunno why. So copy-paste has to be done bit by bit and the process is daunting and error prone .

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Integration with Online Platforms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by