Skip to content

Commit f1c9054

Browse files
committed
Ensures consistent usage of MATLAB Proxy Manager API.
1 parent e6e0e4a commit f1c9054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jupyter_matlab_kernel/mpm_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async def _initialize_matlab_proxy_with_mpm(self, _logger: Logger):
137137
response = await mpm_lib.start_matlab_proxy_for_kernel(
138138
caller_id=self.kernel_id,
139139
parent_id=self.parent_pid,
140-
is_isolated_matlab=False,
140+
is_shared_matlab=True,
141141
)
142142
return (
143143
response.get("absolute_url"),

0 commit comments

Comments
 (0)