jupyter notebook vs live scripts
Mostrar comentarios más antiguos
What are the differences between Live Scripts and Jupyter notebooks?
Respuesta aceptada
Más respuestas (2)
Hechuan Wang
el 4 de Sept. de 2018
5 votos
More importantly, livescript utilize matlab debugger and workspace inspector, but jupyter does not have debugger or variable inspector out of box.
1 comentario
Kouichi C. Nakamura
el 23 de Jul. de 2019
I agree! Debugging may be the major difference.
Kouichi C. Nakamura
el 3 de Jul. de 2019
3 votos
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 comentarios
xingxingcui
el 12 de Jul. de 2022
Editada: xingxingcui
el 12 de Jul. de 2022
It's TIME: MathWORKS should support markdown directly!
Walter Roberson
el 5 de Sept. de 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.
Categorías
Más información sobre Integration with Online Platforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!