jupyter notebook vs live scripts
Ältere Kommentare anzeigen
What are the differences between Live Scripts and Jupyter notebooks?
Akzeptierte Antwort
Weitere Antworten (2)
Hechuan Wang
am 4 Sep. 2018
5 Stimmen
More importantly, livescript utilize matlab debugger and workspace inspector, but jupyter does not have debugger or variable inspector out of box.
1 Kommentar
Kouichi C. Nakamura
am 23 Jul. 2019
I agree! Debugging may be the major difference.
Kouichi C. Nakamura
am 3 Jul. 2019
3 Stimmen
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 Kommentare
xingxingcui
am 12 Jul. 2022
Bearbeitet: xingxingcui
am 12 Jul. 2022
It's TIME: MathWORKS should support markdown directly!
Walter Roberson
am 5 Sep. 2024
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.
Kategorien
Mehr zu Integration with Online Platforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!