Matlab equivalent to iPython Notebook
Mostrar comentarios más antiguos
Is there anything similar to the iPhython Notebook for MatLab?
Thank you, Franco
4 comentarios
Maj-Lena Linderson
el 21 de En. de 2022
I have an exercise in Matlab that I need to make able for the students to do from home due to the Covid restrictions. I was thinking of using Live Editor as I have understood it as they will not have to install Matlab on their computer to run it. Is this correct? Is there in that case somewhere an instruction how to save or compile? Do the students need to install any other program and can it be run in Windows, Mac and Android or is there any limitations?
David Garrison
el 21 de En. de 2022
If your university has a Campus-Wide License, they should have access to MATLAB Online which allows them to run MATLAB from winthin a browser. Using MATLAB Online does not require them to install MATLAB locally on their machines. They only need a MathWorks account to access MATLAB Online. You can give them access to your Live Scripts sharing a folder in the MATLAB Online Desktop.
They can access MATLAB Online from https://matlab.mathworks.com
Maj-Lena Linderson
el 21 de En. de 2022
Thank you!
Maj-Lena
Rene
el 20 de Jul. de 2022
Thank you.
Respuesta aceptada
Más respuestas (6)
Anne Urai
el 12 de Nov. de 2015
5 votos
Personally, I do not think Matlab's Publish function has the same advantages as the IPython notebook. However, it is quite easy to run Matlab code within an IPython notebook. See my instruction guide here http://anneurai.net/2015/11/12/matlab-based-ipython-notebooks/
1 comentario
Liner
el 30 de Dic. de 2015
Wow, if this becomes robust and widely supported, for those of us in academic environments with MATLAB licenses, this could be game changer. I have reluctantly been holding off on the MATLAB to python transition because of the DSP toolboxes and all my old code, this will be really nice to share my code with my colleagues/students. Thanks!
Sarah Palfreyman
el 20 de Abr. de 2016
5 votos
Have you tried the MATLAB Live Editor?
Angel marchev
el 30 de Dic. de 2019
3 votos
Still, as of today Matlab is lagging behind compared to R and Python for scientific computing and IMHO it si because of poor (to none) integration in Jupyter.... everyone in the world is using notebooks, and mathworks should not be going against its own (shrinking in number) users
1 comentario
Ted Wong
el 26 de Feb. de 2021
Matlab is afraid it will allow everybody sharing the same Matlab license without paying. It's a commerical decision.
Royi Avital
el 20 de Dic. de 2019
Editada: Royi Avital
el 13 de En. de 2020
1 voto
As written above, there is the option of MATLAB's Live Editor.
I find it to be really limited vs. iPython Notebook. They are not even close in their LaTeX capabilities and the quality of the experience in my opinion.
The nice thing about the iPython Notebook (More accurately, Jupyter Framework) framework is it is open.
So there are Open Source solutions which implements MATLAB Kernel which gives you the ability to use MATLAB just as you would use Python / R / Julia. Have a look at:
Each of them works perfectly.
Enjoy.
David Garrison
el 20 de Dic. de 2019
1 voto
Royi and Anne,
Thank you for your comments. For those people out there who use Jupyter and MATLAB, the MATLAB kernel for Jupyter may be their preferred approach. One thing Jupyter has demonstrated is the power of the notebook paradigm. We built the Live Editor for MATLAB users to create notebooks for sharing, demonstraton, and teaching. We can give our users some things that Jupyter with the MATLAB kernel cannot provide including embedded UI controls, live editor tasks, and code generation from plot interactions. What's more, we can give Live Editor users a much tighter integration with the larger MATLAB ecosystem with tools like code completion, file comparison, command line execution and more.
Thanks.
2 comentarios
Royi Avital
el 11 de En. de 2020
Editada: Royi Avital
el 13 de En. de 2020
Hi David,
While all the things you wrote are true I still find the experience of Jupyter to be much better than MATLAB's Live Editor.
It lacks so much in the LaTeX integration, being able to dispaly on GitHub, etc... that I really don't see the point not join the herd and work with Jupyter.
Ted Wong
el 26 de Feb. de 2021
The Live Editor is not even close to Jupyter.
Mike Croucher
el 1 de Mzo. de 2023
0 votos
An update on this question: MathWorks have now released an official MATLAB kernel for Jupyter. Details at Official MathWorks MATLAB kernel for Jupyter released » The MATLAB Blog - MATLAB & Simulink
Categorías
Más información sobre Customizations and Preferences 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!