Whenever I write anaconda-navigator
command in Anaconda prompt I get the following output:
Warning:
QT_DEVICE_PIXEL_RATIO
is deprecated. Instead, use:
QT_AUTO_SCREEN_SCALE_FACTOR
to enable platform plugin controlled per-screen factors.
QT_SCREEN_SCALE_FACTORS
to set per-screen factors.
QT_SCALE_FACTOR
to 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.