Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI elements with matlab_kernel #86

Open
expectopatronum opened this issue Feb 21, 2017 · 4 comments
Open

UI elements with matlab_kernel #86

expectopatronum opened this issue Feb 21, 2017 · 4 comments

Comments

@expectopatronum
Copy link

Hi,

is it possible to have UI elements (maybe through widgets) with a MATLAB kernel? I have googled a lot but I could not find any answer. I would also be happy if you can give me a link if this is already answered :)
Most important for me would be buttons (user clicks and some code is executed) and textboxes (user enters a value and it's stored into a MATLAB variable).

Best regards,
Verena

@blink1073
Copy link
Contributor

Hi @expectopatronum; unfortunately, not. You'd have to use the the Matlab UI forms directly.

@blink1073
Copy link
Contributor

(as in, not inline in the notebook but as a standalone Matlab window).

@expectopatronum
Copy link
Author

Is there the plan to incorporate something like this? I tried creating a uicontrol and to my surprise it didn't generate it an error, but it's also not usable, because it just renders an image.
image

I'd also be happy to implement something myself, I guess in combination with jupyter-js-widgets it should be possible but I'm not yet sure where to start.

@blink1073
Copy link
Contributor

I'm not actively adding features because I don't have a Matlab license. We happily accept feature PRs though 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants