You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
outputo % this could even be implicit
disp("Output")
outputdefault % oroutput% to restore the default output
Output should be restored to the default on every new cell
The text was updated successfully, but these errors were encountered:
Implement support for the xwidgets library.
Important points:
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:
Output should be restored to the default on every new cell
The text was updated successfully, but these errors were encountered: