Matlab equivalent to iPython Notebook

243 visualizzazioni (ultimi 30 giorni)
Is there anything similar to the iPhython Notebook for MatLab?
Thank you, Franco
  4 Commenti
Maj-Lena Linderson
Maj-Lena Linderson il 21 Gen 2022
Thank you!
Maj-Lena
Rene
Rene il 20 Lug 2022
Thank you.

Accedi per commentare.

Risposta accettata

David Garrison
David Garrison il 16 Set 2019
MATLAB has the Live Editor which allows you to create live scripts that combine code, output, and formatted text in an executable notebook. Code can be divided into manageable sections that can be run independently. Output and visualizations appear next to the code that produced them. Code and results can be enhanced with formatted text, headings, images, and hyperlinks. Equations can be added using the interactive editor or created using LaTeX. Live scripts can be exported to HTML, PDF, LaTeX, or Word.
Live scripts can contain interactive controls to allow others to experiment with parameters in your code. You can choose to hide the code to create simple applications and dashboards that can be shared with others.
The Live Editor provides contextual hints for function arguments, file names, and more. Figures and tables in the output are interactive. Those interactions generate MATLAB code automatically. That code can then be added back to your live script. Refactoring tools allow you to select blocks of code to create reusable functions. The Live Editor provides a fully integrated debugger to troubleshoot code.
In R2019b, we've added Live Editor Tasks which are apps that can be embedded in a script that allow you to interactively explore parameters and options, immediately see the results, and automatically generate the corresponding MATLAB code for the completed task and for the display of results.
  3 Commenti
Maj-Lena Linderson
Maj-Lena Linderson il 21 Gen 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?
Maj-Lena Linderson
Maj-Lena Linderson il 21 Gen 2022
I understand that they can read through the pdf but if I want them to change in the scripts and adapt. Is that doable without Matlab installed?

Accedi per commentare.

Più risposte (6)

Anne Urai
Anne Urai il 12 Nov 2015
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 Commento
Liner
Liner il 30 Dic 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!

Accedi per commentare.


Sarah Palfreyman
Sarah Palfreyman il 20 Apr 2016
Have you tried the MATLAB Live Editor?

Angel marchev
Angel marchev il 30 Dic 2019
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 Commento
Ted Wong
Ted Wong il 26 Feb 2021
Matlab is afraid it will allow everybody sharing the same Matlab license without paying. It's a commerical decision.

Accedi per commentare.


Royi Avital
Royi Avital il 20 Dic 2019
Modificato: Royi Avital il 13 Gen 2020
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
David Garrison il 20 Dic 2019
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 Commenti
Royi Avital
Royi Avital il 11 Gen 2020
Modificato: Royi Avital il 13 Gen 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
Ted Wong il 26 Feb 2021
The Live Editor is not even close to Jupyter.

Accedi per commentare.


Mike Croucher
Mike Croucher il 1 Mar 2023
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by