Steven Silvester
Steven Silvester
Sounds good! Do you mind giving it a shot and submitting a PR?
Great! I added a section to the docs: https://github.com/Calysto/matlab_kernel#development
Why not use an RC file for this with options, and the environment variable is called `MATLAB_KERNEL_RC`?
Hi @RoyiAvital, it looks like you've got some pointers from @anntzer in https://github.com/anntzer/imatlab/issues/2#issuecomment-276897172. I can't actively work on this library because I don't have a Matlab license, but will accept...
Ha, fair enough.
Hi @kb1ooo, I'm not sure, you can try asking on the Mathworks support forum.
This is something Jupyter does explicitly for all kernels.
Ahh, the logic for path completion is [here](https://github.com/Calysto/metakernel/blob/1b8d1f940f9d8ab1e1f418e1cb1f726285027a58/metakernel/parser.py#L308). I'm not sure why `.` isn't resolving to the `cwd` of the kernel.
I don't actually have a copy of Matlab. I just confirmed that the Octave kernel is working as expected.
In theory, we could inject a matlab function that prints figures to a known location and then have a python thread that looks for changes in that directory, then triggers...