I use Putty on a Windows computer to remotely connect to Ubuntu. I have been using Jupyter Notebooks so far, but now I want to start using Spyder to build a GUI. I just don't know where to begin and what I need to download.
I tried to install Spyder on Putty using "pip install spyder", then I run "spyder" and have this error "Could not connect to any X dislay". Do I need to install any X server or PyQtWebEngine? I want to make sure I am in the right track before making major changes.
I downloaded Anaconda on Windows, but I couldn't connect it to Ubuntu even though it has Spyder.
I guess if I cannot use Spyder, the last option is to build the GUI on Jupyter Notebook even though it may take longer to run, and then convert it into a .py file?