We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839393c commit 2b556d2Copy full SHA for 2b556d2
src/jupyter_matlab_kernel/matlab/+jupyter/execute.m
@@ -46,7 +46,7 @@
46
% Disable Hotlinks in the output captured. The hotlinks do not have a purpose
47
% in Jupyter notebooks.
48
hotlinksPreviousState = feature('hotlinks','off');
49
-hotlinksCleanupObj = onCleanup(@() feature('hotlinks', hotlinksPreviousState))
+hotlinksCleanupObj = onCleanup(@() feature('hotlinks', hotlinksPreviousState));
50
51
% Use the Live editor API for execution of MATLAB code and capturing the outputs
52
resp = jsondecode(matlab.internal.editor.evaluateSynchronousRequest(request));
0 commit comments