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

How to enable qt graphics toolkit on Google Colab? #333

Open
fangq opened this issue Nov 1, 2024 · 0 comments
Open

How to enable qt graphics toolkit on Google Colab? #333

fangq opened this issue Nov 1, 2024 · 0 comments

Comments

@fangq
Copy link

fangq commented Nov 1, 2024

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?

here is my setup code

!sudo apt-get install octave gnuplot-qt
!pip install oct2py  # Octave integration with jupyter notebook
%load_ext oct2py.ipython
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

1 participant