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
I have been using oct2py with octave to create MATLAB tutorials on Google Colab, and it generally works really well.
I am now working in a section showing how to use uicontrol() to create simple GUIs, but it appears that the oct2py installed on Colab does not have qt graphics toolkit. the only one available is gnuplot.
I am wondering if there is any specific package I need to install to enable qt graphics toolkit?
I have been using oct2py with octave to create MATLAB tutorials on Google Colab, and it generally works really well.
I am now working in a section showing how to use
uicontrol()
to create simple GUIs, but it appears that the oct2py installed on Colab does not have qt graphics toolkit. the only one available isgnuplot
.I am wondering if there is any specific package I need to install to enable qt graphics toolkit?
here is my setup code
The text was updated successfully, but these errors were encountered: