jupyter notebook vs live scripts

조회 수: 68 (최근 30일)
Unai San Miguel
Unai San Miguel 2017년 3월 15일
댓글: Walter Roberson 2024년 9월 5일
What are the differences between Live Scripts and Jupyter notebooks?

채택된 답변

David Garrison
David Garrison 2017년 3월 17일

The Live Editor and the Jupyter Notebook are similar in that you can mix code with output, run code in sections, and add formatted text, images, and equations to tell a story.

The Live Editor provides a new way to develop code for exploratory programming, to create an interactive narrative, and to present or teach. In particular, the Live Editor allows you to

  • Choose between inline output and output on the right
  • Zoom, pan, and rotate plots and get the generated code
  • Format text interactively rather than through markdown
  • Create equations using LaTeX or through an interactive equation editor
  • Use functions hints, tab completion, and code analysis tools

The Live Editor is available in desktop MATLAB and in MATLAB Online. To find out more about the Live Editor, go the Live Editor web page. You can find example live scripts in the MATLAB documentation and on the MATLAB File Exchange.

  댓글 수: 4
LeChat
LeChat 2024년 9월 5일
LeChat
LeChat 2024년 9월 5일
PS: I haven't tried this setup for a while so do not hesitate to send me any feedback.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Hechuan Wang
Hechuan Wang 2018년 9월 4일
More importantly, livescript utilize matlab debugger and workspace inspector, but jupyter does not have debugger or variable inspector out of box.
  댓글 수: 1
Kouichi C. Nakamura
Kouichi C. Nakamura 2019년 7월 23일
I agree! Debugging may be the major difference.

댓글을 달려면 로그인하십시오.


Kouichi C. Nakamura
Kouichi C. Nakamura 2019년 7월 3일
Both Jupyter Notebook and R Notebooks support markdown, but for back-compatibility reasons (I think) MATLAB's Live Editor uses MATLAB's own markup language for the text part. This is OK, but rather unfortunate, I think.
  댓글 수: 2
cui,xingxing
cui,xingxing 2022년 7월 12일
편집: cui,xingxing 2022년 7월 12일
Walter Roberson
Walter Roberson 2024년 9월 5일
If I understand correctly, Live Editor uses MathML for the markup. I am not sure exactly how LaTex is handled... I think it goes through a LaTex to MathML layer for the rendering, while keeping a copy of the original LaTex.
But it doesn't matter so much that it uses MathML, as it hides the MathML layer.

댓글을 달려면 로그인하십시오.

카테고리

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