You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
profile viewer is not yet a supported workflow when using MATLAB Integration for Jupyter. We have forwarded this feature request to the development team and they may consider to support this in a future release of MATLAB.
As an alternative, you could use the profsave MATLAB function to generate HTML files which contains the profiling results. For example,
profile on
foo()
profsave
The generated files are present in profile_results directory. These files can then be viewed in the browser from Jupyter by right-clicking the profile_results/file0.html in the Jupyter File browser and selecting "Open in new browser tab" option.
Note that viewing HTML files in the above mentioned way has limitations depending on the browser used. We have found Firefox to provide better experience compared to Chrome (based) browser.
I was hoping the following in a cell might display the profiler:
The text was updated successfully, but these errors were encountered: