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

27 views (last 30 days)
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!

Accepted Answer

Adam Danz
Adam Danz on 18 Feb 2021
Edited: Adam Danz on 19 Feb 2021
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 Comments
William Davies
William Davies on 22 Feb 2021
Edited: William Davies on 22 Feb 2021
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 on 23 Apr 2024 at 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 .

Sign in to comment.

More Answers (0)

Categories

Find more on Integration with Online Platforms in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!