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 99896aa commit f43eb7dCopy full SHA for f43eb7d
jupyter_matlab_proxy/matlab/startup.m
@@ -19,4 +19,11 @@
19
connector.internal.setConfig('contextRoot', getenv('BASE_URL'))
20
end
21
connector.internal.Worker.start
22
+
23
+% Add-on explorer is not supported in this environment.
24
+% The following settings instructs it to display appropriate error messages when used.
25
+matlab_settings = settings;
26
+matlab_settings.matlab.addons.explorer.addSetting('isExplorerSupported');
27
+matlab_settings.matlab.addons.explorer.isExplorerSupported.PersonalValue = false;
28
29
clear
0 commit comments