Whenever I write anaconda-navigator command in Anaconda prompt I get the following output:
Warning:
QT_DEVICE_PIXEL_RATIOis deprecated. Instead, use:
QT_AUTO_SCREEN_SCALE_FACTORto enable platform plugin controlled per-screen factors.
QT_SCREEN_SCALE_FACTORSto set per-screen factors.
QT_SCALE_FACTORto set the application global scale factor.
I am able to use Jupyter Notebook and Spyder by using Anaconda Prompt. But I want my anaconda navigator to open. Please Note that I have already used the following commands:
conda update
conda update anaconda-navigator
pip install pyqt5
Please Help.