Closed GerardoLopez closed 3 years ago
@GerardoLopez thanks for opening this issue! You might be able to get more information by looking at the user's logs (http://tljh.jupyter.org/en/latest/troubleshooting/logs.html has info on how to do that).
Qt is a desktop application, and unless you are running TLJH on your local desktop, it won't work on JupyterHub since it is accessed through the web. There might be more web-native ways to accomplish what you want, such as ipywidgets. I don't know enough about PyQt to say more though.
I'm using tljh and it's working nicely. I've a few notebooks that requires some user input, e.g. selecting an output directory. I'm using PyQt5 to open a QFileDialog:
When running this, I've got the following message:
I guess it's a configuration issue but I'm not really sure. Questions are, is it an issue with PyQt5 and tljh? or just a particular config setting?