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

Xwidgets support #7

Open
rapgenic opened this issue Jan 30, 2021 · 0 comments · May be fixed by #91
Open

Xwidgets support #7

rapgenic opened this issue Jan 30, 2021 · 0 comments · May be fixed by #91
Assignees
Labels
widgets Jupyter widgets trelated

Comments

@rapgenic
Copy link
Collaborator

rapgenic commented Jan 30, 2021

Implement support for the xwidgets library.

Important points:

  • observing properties
  • avoid code duplication (dynamic access to properties?)

The output widget is particularly interesting. Should be easy to redirect the default output to the current output widget. A possibility is to use a syntax similar to this:

o = xoctave.widgets.output()
output o           % this could even be implicit
disp("Output")
output default     % or
output             % to restore the default output

Output should be restored to the default on every new cell

@rapgenic rapgenic added the widgets Jupyter widgets trelated label Jan 30, 2021
@rapgenic rapgenic self-assigned this Jan 30, 2021
@rapgenic rapgenic added the type/planning 📑 Internal organization issues label Jan 30, 2021
@AntoinePrv AntoinePrv removed the type/planning 📑 Internal organization issues label Sep 21, 2022
This was referenced Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
widgets Jupyter widgets trelated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants