jupyter notebook vs live scripts
이전 댓글 표시
What are the differences between Live Scripts and Jupyter notebooks?
채택된 답변
추가 답변 (2개)
Hechuan Wang
2018년 9월 4일
5 개 추천
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
2019년 7월 23일
I agree! Debugging may be the major difference.
Kouichi C. Nakamura
2019년 7월 3일
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
xingxingcui
2022년 7월 12일
편집: xingxingcui
2022년 7월 12일
It's TIME: MathWORKS should support markdown directly!
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.
카테고리
도움말 센터 및 File Exchange에서 Integration with Online Platforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!