Matlab equivalent to iPython Notebook
显示 更早的评论
Is there anything similar to the iPhython Notebook for MatLab?
Thank you, Franco
4 个评论
Maj-Lena Linderson
2022-1-21
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
2022-1-21
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
2022-1-21
Thank you!
Maj-Lena
Rene
2022-7-20
Thank you.
采纳的回答
更多回答(6 个)
Anne Urai
2015-11-12
5 个投票
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 个评论
Liner
2015-12-30
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
2016-4-20
5 个投票
Have you tried the MATLAB Live Editor?
Angel marchev
2019-12-30
3 个投票
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 个评论
Ted Wong
2021-2-26
Matlab is afraid it will allow everybody sharing the same Matlab license without paying. It's a commerical decision.
Royi Avital
2019-12-20
编辑:Royi Avital
2020-1-13
1 个投票
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
2019-12-20
1 个投票
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 个评论
Royi Avital
2020-1-11
编辑:Royi Avital
2020-1-13
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
2021-2-26
The Live Editor is not even close to Jupyter.
Mike Croucher
2023-3-1
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Customizations and Preferences 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!